export interface CacheConfig { max?: number; maxSize?: number; ttl?: number; } //# sourceMappingURL=cache.d.ts.map