import { AuthenticatedCommand } from '../../common/authenticated-command.js'; export declare class Update extends AuthenticatedCommand { static args: {}; static description: string; static examples: { command: string; description: string; }[]; static flags: { file: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; 'stop-on-error': import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; }; run(): Promise; } //# sourceMappingURL=update.d.ts.map