/** * MCP Client Foundation — CLI (2.13.0). * * `jensen mcp inspect|tools|call|health ` * * One-shot, process-lifetime honest operations: connect, perform the requested * operation, record evidence (for calls), and disconnect. There is no fake * cross-process persistent session; the Worker daemon is a later layer. */ export declare function printMcpUsage(): string; export declare function handleMcpCommand(args: string[]): Promise; //# sourceMappingURL=cli.d.ts.map