import type { Ctor, AbstractCtor } from '../types'; export declare function applyMixins(derivedCtor: Ctor, baseCtors: AbstractCtor[]): void;