Constructor typeMixin Constructor HelperSignatureexport declare type Constructor<T = {}> = new (...args: any[]) => T;