export type TConstructor = new(...args: Array) => T; export default TConstructor;