export declare function applyMixins(derivedCtor: any, baseCtor: any, filter?: (k: string) => boolean): void;
