export type Constructor> = { // eslint-disable-next-line @typescript-eslint/no-explicit-any new (...args: any[]): T; prototype: T; };