export declare function handler(event: any): Promise<{
    i: any;
}>;
