import { ExecRenderBaseCommand } from "../../../lib/basecommands/ExecRenderBaseCommand.js"; import React from "react"; import { AppInstallationResult } from "../../../lib/resources/app/Installer.js"; export default class InstallJoomla extends ExecRenderBaseCommand { static description: string; static flags: import("@oclif/core/interfaces").FlagInput>; protected exec(): Promise; protected render(result: AppInstallationResult): React.ReactNode; }