/**
 * Juggernaut - Massive thermal warfare mech designed to break through fortified positions
 * Heavy assault unit with heat discharge area effect ability
 */
import { ProtectorateArmyUnit } from "../../protectorate-classes.js";
import type { Tier, HotKey } from "../../../../engine/core.js";
export declare class Juggernaut extends ProtectorateArmyUnit {
    uuid: string;
    static src: string;
    readonly name: string;
    readonly tier: Tier;
    readonly hotkey: HotKey;
    readonly hexiteCost: number;
    readonly fluxCost: number;
    readonly supply: number;
    readonly buildTime: number;
    constructor();
}
export default Juggernaut;
//# sourceMappingURL=juggernaut.d.ts.map