/** Constructor used to define mixins. */ export type Constructor = abstract new (...args: any[]) => T; //# sourceMappingURL=Constructor.d.ts.map