import type { ApolloCache } from '@apollo/client'; import { Syncable } from '../../syncEngine'; export declare function withCacheEviction(dataSource: DataSource, cache: Pick, 'evict'>, options: { namespace: string; queryNamespace: string; }): DataSource;