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