/**
 * Thresher - Grell siege artillery unit with toggle mode mechanics
 * Heavy armor, extreme range attacks, and siege transformation capabilities
 */
import { GrellArmyUnit } from "../../../../defaults/grell.js";
import { Passive } from "../../../../engine/ability.js";
export declare class Thresher extends GrellArmyUnit {
    uuid: string;
    static src: string;
    get infuseCost(): number;
    readonly passives: {
        siegeResistance: Passive;
    };
    constructor();
}
export default Thresher;
//# sourceMappingURL=thresher.d.ts.map