import { C8jsResponse, RequestOptions } from "./request.node"; import { Errback } from "./types"; export declare const isBrowser = true; export declare function createRequest(baseUrl: string, agentOptions: any, fetch: any): ({ method, url, headers, body, expectBinary }: RequestOptions, cb: Errback) => void; //# sourceMappingURL=request.web.d.ts.map