/**
 * Fanatic - Legion's fanatical ranged unit with death frenzy
 * Enhanced spiritual perception and battle fury triggered by ally martyrdom
 */
import { LegionArmyUnit } from "../../../../defaults/legion.js";
import { Attack } from "../../../../engine/ability.js";
export declare class Fanatic extends LegionArmyUnit {
    uuid: string;
    static src: string;
    get infuseCost(): number | undefined;
    readonly attacks: {
        attack: Attack;
    };
    constructor();
}
export default Fanatic;
//# sourceMappingURL=fanatic.d.ts.map