import type { AnyList, AnyType } from '../../utils/types/utility.type'; export type MixinConstructor = new (...args: AnyList) => AnyType;