import webClient from '../../WebClient'; export function disconnect(): void { webClient.disconnect(); }