export declare type Constructor<T = object> = new (...args: Array<any>) => T;
