import Constructable from './Constructable'; export default function ClassMixer(klass: Constructable, otherKlasses: Function[]): any;