import { SfCommand } from '@salesforce/sf-plugins-core'; import type { SetupAgentsStatusResult } from '../../types/index.js'; export default class Status extends SfCommand { static readonly summary: string; static readonly description: string; static readonly examples: string[]; static readonly flags: { fix: import("@oclif/core/interfaces").BooleanFlag; doctor: import("@oclif/core/interfaces").BooleanFlag; reconcile: import("@oclif/core/interfaces").BooleanFlag; 'target-dir': import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; private logRulesHealth; private logDependencyHealth; }