/**
 * Vynthra - Grell Hero
 * Can slow and damage enemy units with Deadly Vines, Deep Burrow itself to biomass, or Consume itself of friendly units to gain buffs.
 */
import { GrellHeroUnit } from "../../../../defaults/grell.js";
export declare class Vynthra extends GrellHeroUnit {
    uuid: string;
    static src: string;
    constructor();
}
export default Vynthra;
//# sourceMappingURL=vynthra.d.ts.map