import type { Cache, CacheSetOptions } from '../Cache'; import type { FetchResult } from './resolveSelections'; export declare const updateCaches: >(results: Iterable>, caches: Iterable, cacheSetOptions?: CacheSetOptions) => void;