declare type Fetch = typeof fetch; export declare const resolveFetch: (customFetch?: Fetch) => Fetch; export declare const resolveResponse: () => Promise; export {}; //# sourceMappingURL=helpers.d.ts.map