import { CacheEvent } from './CacheEvent'; export declare class CacheEvictionEvent extends CacheEvent { constructor(key: string, reason: string); } //# sourceMappingURL=CacheEvictionEvent.d.ts.map