export declare function clearUpdateConfig(): void; export declare function fetchLatestSha(): Promise; export declare function isUpdateAvailable(currentSha: string): Promise; /** * Shows update notification if the hosted CLI build differs. */ export declare function notifyIfUpdateAvailable(buildSha: string): Promise;