import * as AWSLambda from 'aws-lambda';
export declare function handler(event: Partial<AWSLambda.APIGatewayProxyEvent>): Promise<any>;
