import { CacheEvent } from './CacheEvent'; export declare class CacheSetEvent extends CacheEvent { constructor(key: string, size: number, ttl?: number); } //# sourceMappingURL=CacheSetEvent.d.ts.map