import BaseWebsocketConnectionEndpoint, { WebSocketServerConfig } from '../../base/connection-endpoint'; import { DeepstreamServices, DeepstreamConfig, WebSocketConnectionEndpoint } from '@deepstream/types'; export declare class WSBinaryConnectionEndpoint extends BaseWebsocketConnectionEndpoint implements WebSocketConnectionEndpoint { wsOptions: WebSocketServerConfig; description: string; constructor(wsOptions: WebSocketServerConfig, services: DeepstreamServices, config: DeepstreamConfig); init(): Promise; }