import type { IncrementalCacheItem, ResponseCacheEntry } from './types'; export declare function fromResponseCacheEntry(cacheEntry: ResponseCacheEntry): Promise; export declare function toResponseCacheEntry(response: IncrementalCacheItem): Promise;