import { SfCommand } from '@salesforce/sf-plugins-core'; import type { SetupAgentsClarifyListResult } from '../../../types/index.js'; export default class WorkflowClarifyList extends SfCommand { static readonly summary: string; static readonly description: string; static readonly examples: string[]; static readonly flags: { run: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; }