export declare const handler: ((evt: any, context: any) => Promise<any>) & {
    rawHandler: import("@iyio/common").FnHandler;
};
