/**
 * Cache management utilities
 * @module cached
 */
export { default as CacheManager } from "./CacheManager";
export type { ICacheManager } from "./CacheManager";
//# sourceMappingURL=index.d.ts.map