/** * Feedback command - submit feedback on drift detection decisions. * * Allows users to report false positives, false negatives, and * confidence calibration issues for algorithm improvement. */ import { Command } from 'commander'; export declare function createFeedbackCommand(): Command; //# sourceMappingURL=feedback.d.ts.map