/**
 * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved
 *   Project name: FUME-COMMUNITY
 */
export { getCache, initCache, InitCacheConfig } from './cache';
export type { IAppCache, IAppCacheKeys } from './cacheTypes';
export { SimpleCache } from './simpleCache';
//# sourceMappingURL=index.d.ts.map