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