/**
 * Marran Hover Tank - T1 fast mobile platform with superior shields
 * Mobile evolution of fortress world defensive philosophy
 */
import { MarranMercUnit } from "../../../../defaults/marran.js";
import { Attack } from "../../../../engine/ability.js";
export declare class MarranHoverTank extends MarranMercUnit {
    uuid: string;
    static src: string;
    readonly attacks: {
        attack: Attack;
    };
    constructor();
}
export default MarranHoverTank;
//# sourceMappingURL=marran-hover-tank.d.ts.map