import { GraphQLFetch } from '../graphQLFetch/graphQLFetch'; type Fetch = typeof fetch; export declare function createPersistedQueryGraphQLFetch(fetch: Fetch, url: string): GraphQLFetch; export {}; //# sourceMappingURL=createPersistedQueryGraphQLFetch.d.ts.map