/** * `agenticros hive on|off|doctor|recipes` — optional fleet hive. * * Owners never type URLs, key_ids, or YAML. `on` writes config and joins * this robot (ARC uuid) to the org hive. Doctor speaks in one sentence. */ export interface HiveCommandOptions { action?: string; } export declare function hiveCommand(opts: HiveCommandOptions): Promise; //# sourceMappingURL=hive.d.ts.map