import type { WatchQueryFetchPolicy as ApolloWatchQueryFetchPolicy } from "@apollo/client"; import type { FetchPolicy } from "./types"; /** * This is for internal use only. */ type PrivateFetchPolicy = FetchPolicy | "no-cache"; export declare function convertFetchPolicy(fetchPolicy: PrivateFetchPolicy | undefined): ApolloWatchQueryFetchPolicy | undefined; export {}; //# sourceMappingURL=convertFetchPolicy.d.ts.map