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