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