/**
 * Behemoth - Vynthra Commander Unit
 * Clean inheritance from faction Behemoth with all properties and abilities
 */
import Behemoth from "../../../../faction/grell/unit/behemoth.js";
export declare class CoopBehemoth extends Behemoth {
    static src: string;
    constructor();
}
export default CoopBehemoth;
//# sourceMappingURL=coop-vynthra-behemoth.d.ts.map