/** * Routing CLI surfaces. * * Provides `jensen routing ` covering decision, explain, replay, * compare, candidates, features, evidence, shadow, policy lifecycle, drift and * `jensen doctor routing`. Read-only diagnostic commands have no execution * effects. Supports `--json`. */ export declare function handleRoutingCommand(args: string[]): Promise; //# sourceMappingURL=cli.d.ts.map