/** * Returns the latest published version if it's NEWER than `currentVersion`. * Returns null in every other case (cache cold + fetch failed, no * connection, identical, or installed > registry which can happen during * a release). */ export declare function getUpdateAvailable(currentVersion: string): Promise;