export { W as WebSocketConnection, a as WebSocketServer } from '../WebSocketServer-CbjDC1lS.js'; import { ChannelClientFactory } from '@agentxjs/core/network'; import 'ws'; /** * Node.js channel client factory using the ws library * * Provides ChannelClientFactory implementation for @agentxjs/core RpcClient. * Browser environments use native WebSocket (the default in RpcClient). */ /** * Create a WebSocket instance using the ws library (Node.js) */ declare const createNodeWebSocket: ChannelClientFactory; export { createNodeWebSocket };