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