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