declare function functionalizeClass any>(Clazz: V): (...arr: ConstructorParameters) => InstanceType; export default functionalizeClass;