import { GenericApiGatewayContract } from '../apiGatewayContract'; import { OutputType, RequestArguments } from '../types'; export declare const getFetchRequest: (contract: Contract, fetchFunction: typeof fetch, options: RequestArguments & { baseUrl?: URL | string; }) => Promise>; //# sourceMappingURL=fetchRequest.d.ts.map