import { CacheManagerOptions } from './dist/index'; export * from './dist/index'; declare module '@midwayjs/core' { interface MidwayConfig { cacheManager?: ServiceFactoryConfigOption; } }