/** * Thrown when a cache entry is removed before an async operation settles. */ export declare class CacheEntryRemovedError extends Error { readonly name = "CacheEntryRemovedError"; constructor(detail: string); }