import type { APIGatewayEvent, APIGatewayProxyResult } from 'aws-lambda'; export declare const runFetch: (event: APIGatewayEvent) => Promise;