/**
 * Steelsworn - Legion's elite warrior unit with momentum building
 * Professional soldiers who combine faith with flawless combat technique
 */
import { LegionArmyUnit } from "../../../../defaults/legion.js";
import { Attack } from "../../../../engine/ability.js";
export declare class Steelsworn extends LegionArmyUnit {
    uuid: string;
    static src: string;
    readonly attacks: {
        attack: Attack;
    };
    constructor();
}
export default Steelsworn;
//# sourceMappingURL=steelsworn.d.ts.map