import type { Constructor } from '../typedefs'; /*** * https://www.typescriptlang.org/docs/handbook/mixins.html#alternative-pattern */ export declare function applyMixins(derivedCtor: T, constructors: S[]): T & { prototype: InstanceType; }; //# sourceMappingURL=applyMixins.d.ts.map