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