/**
 * Galavax - Legion's High Priest and master of sacrificial magic
 * Spellcaster hero with fireball conjuration and sacrificial spear abilities
 */
import { LegionHeroUnit } from "../../../../defaults/legion.js";
import { Attack, Spell, Upgrade } from "../../../../engine/ability.js";
export declare class Galavax extends LegionHeroUnit {
    uuid: string;
    static src: string;
    readonly attacks: {
        attack: Attack;
    };
    readonly spells: {
        fireball: Spell;
        sacrificialSpear: Spell;
    };
    readonly upgrades: {
        lightningSpear: Upgrade;
        improvedSacrifice: Upgrade;
        burningFireball: Upgrade;
        fastFireball: Upgrade;
    };
    constructor();
}
export default Galavax;
//# sourceMappingURL=galavax.d.ts.map