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`
 */
export declare function allowEc2InstanceDeleteByOwner(tag?: string): Statement.Ec2[];
