/** * The MCP stdio transport: newline-delimited JSON-RPC on stdin/stdout. * stdout carries protocol messages only — anything human goes to stderr. */ export declare function serveStdio(): Promise;