export declare const handler: (event: any) => Promise<{
    statusCode: number;
    body: string | undefined;
}>;
