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