import { Command } from '@oclif/core'; export default class Update extends Command { static description: string; static examples: string[]; static flags: { cli: import("@oclif/core/interfaces").BooleanFlag; agents: import("@oclif/core/interfaces").BooleanFlag; }; run(): Promise; private updateCli; private updateAgents; private handleGlobalUpdate; private handleLocalUpdate; }