import type { APIGatewayProxyResult } from 'aws-lambda'; export declare const responseToLambdaResult: (response: Response) => Promise;