type LRUCacheOptions = { /** * The maximum number of items to store in the cache. */ maxSize: number; }; export type { LRUCacheOptions }; //# sourceMappingURL=LRUCache.d.ts.map