import { AuthCommand } from '../authCommand'; export default class RcaRun extends AuthCommand { static hidden: boolean; static readOnly: boolean; static idempotent: boolean; static description: string; static flags: { 'error-group': import("@oclif/core/interfaces").OptionFlag; watch: import("@oclif/core/interfaces").BooleanFlag; output: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; }