import { Options } from '../types'; export declare type CreateWebSocket = (url: string, auth: string) => WebSocket; export default function websocketConnect(createWebSocket: CreateWebSocket, opts: Options): WebSocket;