export declare function fetchLatestVersion(timeoutMs: number, currentVersion: string): Promise; export declare function compareSemver(a: string, b: string): number; export declare function maybePromptUpdate(currentVersion: string): Promise;