export type MixinBase = abstract new (...args: any[]) => ExpectedBase; export type MixinReturn = (abstract new (...args: any[]) => MixinClass) & MixinBase; //# sourceMappingURL=mixin.d.ts.map