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