export interface IObjectConstructor { new (): T; }