/** * Drift Detection Tool * * Monitor code quality drift and track changes over time. * Includes RAG-powered semantic pattern drift detection. */ import type { Tool, ToolResult } from './index.js'; export declare const driftDetectionTool: Tool; export declare function handleDriftDetection(args: Record): Promise; //# sourceMappingURL=drift-detection.d.ts.map