import 'reflect-metadata'; import { Container } from 'inversify'; /** 依赖注入类总容器 */ declare const IocContainer: Container; export { IocContainer };