/**
 * Cyclops - Heavy mech with advanced charging beam weapon system
 * Precision targeting unit with charge-up attack mechanics
 */
import { ProtectorateArmyUnit } from "../../../../defaults/protectorate.js";
export declare class Cyclops extends ProtectorateArmyUnit {
    uuid: string;
    static src: string;
    get infuseCost(): number | undefined;
    constructor();
}
export default Cyclops;
//# sourceMappingURL=cyclops.d.ts.map