/**
 * Lasher - Ranged combat unit. Attacks ground and air units.
 * Light armor, high mobility, long-range attacks with stealth potential
 */
import { GrellArmyUnit } from "../../../../defaults/grell.js";
export declare class Lasher extends GrellArmyUnit {
    uuid: string;
    static src: string;
    constructor();
}
export default Lasher;
//# sourceMappingURL=lasher.d.ts.map