/**
 * Public package entry point.
 *
 * `RSocket` is the browser WebSocket/WebTransport client constructor. Declarative controller
 * base classes are exported as separate named symbols instead of static
 * properties on `RSocket`.
 */
export { RSocket } from "./rsocket/index.js";
export { FireAndForgetController, RequestChannelController, RequestResponseController, RequestStreamController } from "rsocket-client-ts";
//# sourceMappingURL=index.d.ts.map