import { DeleteBaseCommand } from "../../lib/basecommands/DeleteBaseCommand.js"; export default class Uninstall extends DeleteBaseCommand { static description: string; static resourceName: string; static args: { "installation-id": import("@oclif/core/interfaces").Arg; }; protected deleteResource(): Promise; }