import { WsConfig, WsConnection } from "../../types"; export default function wsConnector(config: WsConfig): WsConnection;