export type Static = (new (...args: ConstructorArgs) => Class) & StaticMembers;