/**
 * V3 CLI Route Command
 * Intelligent task-to-agent routing using Q-Learning
 *
 * Features:
 * - Q-Learning based agent selection
 * - Semantic task understanding
 * - Confidence scoring
 * - Learning from feedback
 *
 * Created with love by ruv.io
 */
import type { Command } from '../types.js';
export declare const routeCommand: Command;
export default routeCommand;
//# sourceMappingURL=route.d.ts.map