import { APIGatewayProxyEvent, APIGatewayProxyResult } from 'aws-lambda'; export declare const handler: (event: APIGatewayProxyEvent) => Promise;