/// import { WSClientType } from '@selfcommunity/utils'; /** :::info This custom hook is used to init web socket. ::: */ export default function useSCWebSocket(): { wsInstance: WSClientType; setWsInstance: import("react").Dispatch>; };