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