/** * Confidence calibration report subcommand for the monitoring CLI command * * Shows, empirically, whether the escalation pipeline's self-reported LLM * confidence correlates with what a human actually decided about it. */ import type { CommandAdapter } from '../command-adapter.interface.js'; export declare function configureConfidenceReportSubcommand(monitoringCmd: CommandAdapter): CommandAdapter; //# sourceMappingURL=confidence-report.d.ts.map