/**
 * Arandi Oathguard - Sacred interdimensional healing warriors
 * Warrior-healers bound by dimensional vows that transcend reality
 * Summoned by "Call in the Oathguard" topbar ability
 */
import { Heal } from "../../../../engine/ability.js";
import { ArandiMercUnit } from "../../arandi-classes.js";
import type { Tier, HotKey } from "../../../../engine/core.js";
declare class ArandiOathguard extends ArandiMercUnit {
    uuid: string;
    static src: string;
    readonly name: string;
    readonly tier: Tier;
    readonly hotkey: HotKey;
    readonly hexiteCost: number;
    readonly fluxCost: number;
    readonly buildTime: number;
    readonly buildCount: number;
    readonly heals: {
        healingBeam: Heal;
    };
    constructor();
}
export default ArandiOathguard;
//# sourceMappingURL=arandi-oathguard.d.ts.map