import type { ExtraFetchParams, FetcherFunction } from '../../types';
type Fetch = typeof fetch;
export declare const constructFetcher: (fetch: Fetch, extra?: ExtraFetchParams) => FetcherFunction;
export {};
//# sourceMappingURL=fetch.d.ts.map