type ConstructorOf = { new (...args: any[]): C } declare const _default: ConstructorOf export default _default