export declare function mixin(behaviour: any, sharedBehaviour?: any): (workingClass: any) => void;
export default mixin;
