export declare function handler(event: AWSLambda.CloudFormationCustomResourceEvent): Promise<{
    PhysicalResourceId: string;
} | undefined>;
