export declare function startTunnelClient(serverUrl: string, instanceId: string): void; export declare function stopTunnelClient(): void; export declare function stopTunnelClientForServer(serverUrl: string): void; export declare function stopTunnelClientsExcept(serverUrls: string[]): void;