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