/**
 * Dark Disciple - Legion's fanatical ranged unit with death frenzy
 * Enhanced spiritual perception and battle fury triggered by ally martyrdom
 */
import { Attack } from "../../../../engine/ability.js";
import { LegionArmyUnit } from "../../legion-classes.js";
import type { Tier } from "../../../../engine/core.js";
export declare class DarkDisciple extends LegionArmyUnit {
    uuid: string;
    static src: string;
    readonly name: string;
    readonly tier: Tier;
    readonly hexiteCost: number;
    readonly fluxCost: number;
    readonly buildTime: number;
    readonly buildCount: number;
    get infuseCost(): number | undefined;
    readonly attacks: {
        attack: Attack;
    };
    constructor();
}
export default DarkDisciple;
//# sourceMappingURL=dark-disciple.d.ts.map