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