import ApolloClient, { ObservableQuery, WatchQueryOptions } from 'apollo-client'; export declare function getCachedObservableQuery(client: ApolloClient, options: WatchQueryOptions): ObservableQuery; export declare function invalidateCachedObservableQuery(client: ApolloClient, options: WatchQueryOptions): void;