/** Constructor type */ declare type constructor = { new (...args: any[]): T; }; export default constructor;