/**
 * Reaver - Grell heavy assault unit with devastating charge abilities
 * Bio-engineered shock assault specialist with ABES-powered charge mechanics
 */
import { GrellArmyUnit } from "../../../../defaults/grell.js";
import { Upgrade } from "../../../../engine/ability.js";
export declare class Reaver extends GrellArmyUnit {
    uuid: string;
    static src: string;
    readonly upgrades: {
        improvedCharge: Upgrade;
        toughenedCarapace: Upgrade;
    };
    constructor();
}
export default Reaver;
//# sourceMappingURL=reaver.d.ts.map