/**
 * Marran Halo Tank - T3 elite fortress with dual-layer shields and laser ability
 * Ultimate expression of Marran defensive engineering philosophy
 */
import { Attack } from "../../../../engine/ability.js";
import type { Tier } from "../../../../engine/core.js";
import { MarranMercUnit } from "../../marran-classes.js";
export declare class MarranHaloTank extends MarranMercUnit {
    uuid: string;
    static src: string;
    readonly name: string;
    readonly tier: Tier;
    readonly buildCount: number;
    readonly hexiteCost: number;
    readonly fluxCost: number;
    readonly attacks: {
        attack: Attack;
        laser: Attack;
    };
    constructor();
}
export default MarranHaloTank;
//# sourceMappingURL=marran-halo-tank.d.ts.map