/** * `cortex serve` — single entry point that does the right thing for * either mode. Cloud mode: stdio MCP server that proxies every * request to the configured remote streamable-HTTP MCP. Local mode: * delegates to the existing `startServer()` boot path, which already * defaults to stdio when no transport env var is set. * * The intended use is `claude mcp add cortex cortex -- serve` — once * configured, the same shell command transparently follows whichever * mode `cortex use ...` last selected. */ export declare function runServe(_args: string[]): Promise; //# sourceMappingURL=serve.d.ts.map