/**
 * Man-Eater - Grell underground predator with splash damage and burrow abilities
 * Medium armor, devastating splash attacks, and terrain-bypassing burrow mechanics
 */
import { GrellArmyUnit } from "../../../../defaults/grell.js";
export declare class ManEater extends GrellArmyUnit {
    uuid: string;
    static src: string;
    constructor();
}
export default ManEater;
//# sourceMappingURL=man-eater.d.ts.map