export declare function mixin(...baseCtors: Array): (derivedCtor: any) => void; export declare function virtual(proto: any, property: string): void;