import type { Dispatcher } from 'undici'; import type { CacheEntry } from './cache-entry.ts'; export declare const handleCacheHitResponse: (resp: Dispatcher.ResponseData, entry?: CacheEntry) => entry is CacheEntry;