markOffline
declare function markOffline(clientId: string, swarmName: SwarmName): Promise<void>;
Marks a client as offline in the specified swarm.
Parameters
| Parameter | Description | 
| clientId | The unique identifier of the client session. | 
| swarmName | The name of the swarm to operate on. |