/** * 缓存系统导出 */ export { GameCache, gameCache } from './GameCache.js'; export type { CacheConfig } from './GameCache.js'; //# sourceMappingURL=index.d.ts.map