import { APIGatewayProxyEvent, APIGatewayProxyResult, Context } from 'aws-lambda'; import type { OpenSpeedApp } from '../index.js'; export declare function createAWSLambdaHandler(app: OpenSpeedApp): (event: APIGatewayProxyEvent, _context: Context) => Promise; //# sourceMappingURL=aws-lambda.d.ts.map