/** * @description type declaring class which constructs instance of T */ export declare type ConstructorOfType = new (...params: any[]) => T;