import { ExecRenderBaseCommand } from "../../lib/basecommands/ExecRenderBaseCommand.js"; import React from "react"; export declare class Update extends ExecRenderBaseCommand { static summary: string; static args: { "installation-id": import("@oclif/core/interfaces").Arg; }; static flags: { description: import("@oclif/core/interfaces").OptionFlag; entrypoint: import("@oclif/core/interfaces").OptionFlag; "document-root": import("@oclif/core/interfaces").OptionFlag; quiet: import("@oclif/core/interfaces").BooleanFlag; }; protected exec(): Promise; protected render(): React.ReactNode; }