interface Constructor { new (...args: any[]): T; } export default Constructor;