import { WebsocketEndpoint } from '../../types/Endpoint/WebsocketEndpoint.mjs'; import '../../types/Endpoint/WebsocketAuthorization.mjs'; import '../../enums/Endpoint/WebsocketBitrate.mjs'; /** * @deprecated This interface is deprecated. Please update to use the WebsocketEndpoint type */ type WebsocketEndpointObject = WebsocketEndpoint; export type { WebsocketEndpointObject };