import type { CacheEntry } from './cache-entry.ts'; import type { RegistryClientRequestOptions } from './index.ts'; export declare const setCacheHeaders: (options: RegistryClientRequestOptions, entry?: CacheEntry) => void;