/** * LLM Router CLI Command * Provides FastGRNN-based model selection and adaptive routing * Based on ADR-002 Phase 2: LLM Routing Engine */ import { Command } from 'commander'; /** * Main route command */ export declare const routeCommand: Command; //# sourceMappingURL=route.d.ts.map