/** * Constructor for writing mixins. */ export type Constructor = new (...args: any[]) => T;