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