import { Statement } from'..';
/**
* Allows stopping EC2 instance only for the user who started them
*
* @param tag The tag name, where the user information will be stored - default: `Owner`
*/exportdeclarefunctionallowEc2InstanceDeleteByOwner(tag?: string): Statement.Ec2[];