import { Command } from '@oclif/command'; export declare class Update extends Command { static description: string; static examples: string[]; run(): Promise; }