export interface IController{ } export interface IControllerCtr { new (...args: any[]): IController }