/** * Watch command - watch for file changes and auto-check. * * Uses bellwether.yaml for configuration. * Only watch-specific options are available as flags. * * Note: Watch mode only runs schema validation (check mode). * For LLM-powered exploration, use 'bellwether explore' directly. */ import { Command } from 'commander'; export declare const watchCommand: Command; //# sourceMappingURL=watch.d.ts.map