/// import WebSocket from 'ws'; import { Observable } from 'rxjs'; export declare const binaryStreamFromSocket: (data: Observable) => Observable;