/** * Shared inference + logical agent CLI (3.0.0 foundation). * * Operator diagnostics: * jensen inference status * jensen inference queue * jensen inference resources * jensen agents list * * JSON output is canonical. Never prints API keys or prompt content. */ declare function handleInferenceCommand(args: string[]): Promise; declare function handleAgentsCommand(args: string[]): Promise; export { handleAgentsCommand, handleInferenceCommand }; //# sourceMappingURL=cli.d.ts.map