import type { ApolloCache } from "@apollo/client"; export declare const mapObservableFragmentMemoized: (observable: ApolloCache.ObservableFragment, _cacheKey: symbol, mapFn: (from: ApolloCache.WatchFragmentResult) => ApolloCache.WatchFragmentResult) => ApolloCache.ObservableFragment; //# sourceMappingURL=mapObservableFragment.d.ts.map