export declare function openConnection(wsUrl: string, protocol?: string | string[]): Promise; export declare function onClosed(socket: WebSocket, listener: () => void): void; export declare function onMessage(socket: WebSocket, listener: ((msg: string | Buffer) => void)): void;