import { ExtendedBaseCommand } from "../../lib/basecommands/ExtendedBaseCommand.js"; export declare class Open extends ExtendedBaseCommand { static summary: string; static description: string; static args: { "installation-id": import("@oclif/core/interfaces").Arg; }; static flags: { backend: import("@oclif/core/interfaces").BooleanFlag; }; run(): Promise; }