import type { APIGatewayProxyEventV2, APIGatewayProxyStructuredResultV2 } from 'aws-lambda'; export declare const runFetchV2: (event: APIGatewayProxyEventV2) => Promise;