import type { YunzaiCacheService } from './cache.service'; import type { ICacheStore } from './interface'; export interface YunzaiCache { store?: ICacheStore; service?: YunzaiCacheService; }