import type { Fetcher, CreateFetcherOptions } from './types'; export declare function createGraphiQLFetcher(options: CreateFetcherOptions): Fetcher; //# sourceMappingURL=createFetcher.d.ts.map