export { createCache } from './create.js'; export type { CacheConfig, CacheStats, Cache } from './types.js'; export { createTenantCache } from './tenant.js'; export type { TenantCacheConfig, TenantCacheStats, TenantCache } from './tenant.js'; //# sourceMappingURL=index.d.ts.map