/** * Public surface of the `@microsoft/agent-host-protocol/ws` entry point. * * @module ws */ export { WebSocketTransport } from './transport.js'; export type { WebSocketCloseInfo, WebSocketTransportOptions } from './transport.js'; //# sourceMappingURL=index.d.ts.map