/** * Update the UI to inform the user that the connection to the proxy is offline * */ export declare function setOffline(): void; /** * Update the UI to inform the user that the connection to the proxy is online * */ export declare function setOnline(): void;