/** * Eval command - evaluate drift detection algorithm accuracy. * * Runs the semantic comparison algorithm against a golden dataset * to measure precision, recall, and calibration metrics. */ import { Command } from 'commander'; export declare function createEvalCommand(): Command; //# sourceMappingURL=eval.d.ts.map