/** * Drift Detection Command * * CLI command for detecting documentation drift using AI analysis. * * @version 3.1.0 */ import { Command } from 'commander'; export declare const driftDetectCommand: Command; //# sourceMappingURL=drift-detect.d.ts.map