/** * Drift Watch Command * * Real-time file watching with pattern detection and persistence. * Monitors file changes, detects patterns, persists to store, and emits events. * * @requirements Phase 1 - Watch mode should persist patterns to store * @requirements Phase 2 - Smart merge strategy for pattern updates * @requirements Phase 3 - File-level tracking for incremental updates */ import { Command } from 'commander'; export declare const watchCommandDef: Command; //# sourceMappingURL=watch.d.ts.map