declare type ClassConstructor = {
    new(...args: any[]): any;
}