/**
 * Cha'Kru Warrior - Swift blade-throwing fighter embodying centuries of ritual combat tradition
 * Earth-aligned warrior with supernatural speed and ancestral weapon mastery
 */
import { ChakruMercUnit } from "../../../../defaults/chakru.js";
import { Attack } from "../../../../engine/ability.js";
declare class ChakruWarrior extends ChakruMercUnit {
    uuid: string;
    static src: string;
    readonly attacks: {
        knifeThrow: Attack;
    };
    constructor();
}
export default ChakruWarrior;
//# sourceMappingURL=chakru-warrior.d.ts.map