///
import { WSClientType } from '../utils/websocket';
/**
:::info
This custom hook is used to to init web socket.
:::
*/
export default function useSCWebSocket(): {
wsInstance: WSClientType;
setWsInstance: import("react").Dispatch>;
};
//# sourceMappingURL=useSCWebSocket.d.ts.map