/**
 * Sabretooth - Kraegar's loyal companion beast
 * Unique rebuildable creature that grows stronger from allied beast deaths
 */
import { LegionSpecialUnit } from "../../../../defaults/legion.js";
import { Attack, Passive } from "../../../../engine/ability.js";
export declare class Sabretooth extends LegionSpecialUnit {
    uuid: string;
    static src: string;
    readonly attacks: {
        attack: Attack;
    };
    readonly passives: {
        feed: Passive;
    };
    constructor();
}
export default Sabretooth;
//# sourceMappingURL=sabretooth.d.ts.map