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