import type { APIGatewayProxyEvent } from 'aws-lambda'; export declare const lambdaEventToRequest: (event: APIGatewayProxyEvent) => Request;