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