export declare function fetchLatestVersion(): Promise; export declare function getGlobalInstalledVersion(): Promise; export declare function getLocalInstalledVersion(cwd: string): Promise; export declare function updateGlobal(): Promise; export declare function updateLocal(cwd: string): Promise; export declare function isOutdated(current: string, latest: string): boolean;