declare function getCheckBusy(clientId: string): Promise<boolean>; Copy
declare function getCheckBusy(clientId: string): Promise<boolean>;
Checks if the swarm associated with the given client ID is currently busy.
clientId