import { ExecRenderBaseCommand } from "../../../lib/basecommands/ExecRenderBaseCommand.js"; import React from "react"; import { AppInstallationResult, AppInstaller } from "../../../lib/resources/app/Installer.js"; export declare const shopware6Installer: AppInstaller<"version" | "host" | "admin-user" | "admin-email" | "admin-pass" | "admin-firstname" | "admin-lastname" | "site-title" | "shop-email" | "shop-lang" | "shop-currency">; export default class InstallShopware6 extends ExecRenderBaseCommand { static description: string; static flags: import("@oclif/core/interfaces").FlagInput>; protected exec(): Promise; protected render(result: AppInstallationResult): React.ReactNode; }