import type { ApolloCache, OperationVariables } from "@apollo/client"; /** @deprecated Use `ApolloCache.WatchFragmentOptions` instead */ export type WatchFragmentOptions = ApolloCache.WatchFragmentOptions; /** @deprecated Use `ApolloCache.WatchFragmentResult` instead */ export type WatchFragmentResult = ApolloCache.WatchFragmentResult; //# sourceMappingURL=deprecated.d.ts.map