import { ExecRenderBaseCommand } from "../../../lib/basecommands/ExecRenderBaseCommand.js"; import React from "react"; import { AppInstallationResult, AppInstaller } from "../../../lib/resources/app/Installer.js"; export declare const staticInstaller: AppInstaller<"site-title" | "document-root">; export default class InstallStatic extends ExecRenderBaseCommand { static description: string; static flags: import("@oclif/core/interfaces").FlagInput>; protected exec(): Promise; protected render(result: AppInstallationResult): React.ReactNode; }