import { IController } from '../IController'; export type TController = new () => IController; //# sourceMappingURL=TController.d.ts.map