import type { APIGatewayProxyEvent, APIGatewayProxyEventV2, APIGatewayProxyResult, APIGatewayProxyResultV2, Context } from "aws-lambda"; import "#nitro-internal-pollyfills"; export declare function handler(event: APIGatewayProxyEvent, context: Context): Promise; export declare function handler(event: APIGatewayProxyEventV2, context: Context): Promise;