import { SfCommand } from '@salesforce/sf-plugins-core'; import type { SetupAgentsWorkflowTelemetryResult } from '../../../types/index.js'; export default class WorkflowTelemetry extends SfCommand { static readonly summary: string; static readonly description: string; static readonly examples: string[]; static readonly flags: { story: import("@oclif/core/interfaces").OptionFlag; recalculate: import("@oclif/core/interfaces").BooleanFlag; }; run(): Promise; private logModeBreakdown; private logTotals; private logTokenCosts; }