import { Command } from '@oclif/core'; export declare class CliUpdate extends Command { static description: string; private readonly scriptDownloadDir; private readonly scriptPath; run(): Promise; static platformSupported(): boolean; static updateAvailable(command: Command, acceptCached?: boolean): Promise; private static getLatestVersion; static displayUpdateHint(command: Command): Promise; private handleInstallationType; private removeScript; private downloadScript; private executeScript; }