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