export { buildCache } from './cache.js'; export type { Cache, CacheTransaction, LiveCacheTransaction, CommittingTransaction, CacheEntry, CacheEntryState, CacheKeyValue, EntityMergeStrategy, RevisionMergeStrategy, CachedEntityRevision, ExpirationPolicy, CacheOptions, DefaultRegistry, CacheDebugAPIs, LruCache, CacheTransactionDebugAPIs, TransactionUpdates, TransactionOperations, DeferredTransactionLock, } from '../types/api.js'; //# sourceMappingURL=index.d.ts.map