import { InfoConfigOptions } from './dist/index'; export * from './dist/index'; declare module '@midwayjs/core/dist/interface' { interface MidwayConfig { info?: Partial; } }