import type { APIGatewayProxyEventV2, APIGatewayProxyResultV2 } from "aws-lambda"; export declare function handler(event: APIGatewayProxyEventV2): Promise;