import { SfCommand } from '@salesforce/sf-plugins-core'; import type { SetupAgentsWorkflowPendingResult } from '../../../types/index.js'; export default class WorkflowPending extends SfCommand { static readonly summary: string; static readonly description: string; static readonly examples: string[]; run(): Promise; private logPendingItems; }