export function handler(event: any, context: any): Promise<{
    PhysicalResourceId: string | undefined;
}>;
