/** * CLI Route Command * Task-to-agent routing via keyword matching with outcome tracking. */ import type { Command } from '../types.js'; export declare const routeCommand: Command; export default routeCommand; //# sourceMappingURL=route.d.ts.map