import { BaseCommand } from '../../base-command.js'; export declare enum SetupAction { Cert = "cert", Dns = "dns", Node = "node", Shell = "shell" } export default class Setup extends BaseCommand { static summary: string; static description: string; static examples: string[]; static args: { action: import("@oclif/core/interfaces").Arg>; }; static flags: { yes: import("@oclif/core/interfaces").BooleanFlag; 'dry-run': import("@oclif/core/interfaces").BooleanFlag; verbose: import("@oclif/core/interfaces").BooleanFlag; }; run(): Promise; } //# sourceMappingURL=index.d.ts.map