import type { Transport } from "@modelcontextprotocol/sdk/shared/transport.js"; /** * Wrap a transport to log all RPC messages to the RPC log bus */ export declare function wrapTransportForLogging(transport: Transport, serverId: string): Transport; //# sourceMappingURL=transport-wrapper.d.ts.map