/**
 * DrillBot - Jungle AI Campaign Unit
 * Heavy armored mechanical unit that attacks while moving
 */
import { JungleAIUnit } from "../../../../defaults/jungle-ai.js";
import { Attack } from "../../../../engine/ability.js";
export declare class DrillBot extends JungleAIUnit {
    uuid: string;
    static src: string;
    readonly attacks: {
        attack: Attack;
    };
    constructor();
}
export default DrillBot;
//# sourceMappingURL=drillbot.d.ts.map