/**
 * Ravager - Jungle AI Campaign Unit
 * Light mechanized infantry with fast movement
 */
import { JungleAIUnit } from "../../../../defaults/jungle-ai.js";
import { Attack } from "../../../../engine/ability.js";
export declare class Ravager extends JungleAIUnit {
    uuid: string;
    static src: string;
    readonly attacks: {
        attack: Attack;
    };
    constructor();
}
export default Ravager;
//# sourceMappingURL=ravager.d.ts.map