/**
 * Commando - Protectorate light infantry unit
 * Fast-moving elite soldier with jetpack mobility and precision weaponry
 */
import type { Tier } from "../../../../engine/core.js";
import { ProtectorateArmyUnit } from "../../protectorate-classes.js";
export declare class Commando extends ProtectorateArmyUnit {
    uuid: string;
    static src: string;
    readonly name: string;
    readonly tier: Tier;
    readonly supply: number;
    readonly hexiteCost: number;
    readonly fluxCost: number;
    readonly buildTime: number;
    get infuseCost(): number | undefined;
    constructor();
}
export default Commando;
//# sourceMappingURL=commando.d.ts.map