/**
 * V3 CLI Hive Mind Command
 * Queen-led consensus-based multi-agent coordination
 *
 * Updated to support --claude flag for launching interactive Claude Code sessions
 * PR: Fix #955 - Implement --claude flag for hive-mind spawn command
 */
import type { Command } from '../types.js';
export declare const hiveMindCommand: Command;
export default hiveMindCommand;
//# sourceMappingURL=hive-mind.d.ts.map