/**
 * Vynthra - Grell Coop Commander
 * Bio-symbiotic commander with PKL-accurate abilities and topbar system
 */
import { CoopCommanderUnit } from "../../../engine/unit.js";
export declare class VynthraCoop extends CoopCommanderUnit {
    static src: string;
    get infuseCost(): number;
    constructor();
}
export default VynthraCoop;
//# sourceMappingURL=vynthra-commander.d.ts.map