import { CommandBase } from "./support/CommandBase"; export declare class UpdateCommand extends CommandBase { run(options: any): Promise; }