/** * Capability Routing — CLI (2.15.0). * * `jensen route preview|explain ` * * Deterministic, read-only routing preview. Never creates an Assignment, never * executes work, and never mutates a store. `preview` emits the stable DTO; * `explain` renders why each route is eligible/rejected. Inference routing is * out of scope. */ export declare function printRouteUsage(): string; export declare function handleRouteCommand(args: string[]): Promise; //# sourceMappingURL=cli.d.ts.map