export declare type Constructable = new (...args: any[]) => T;