export interface WatchSpecsOptions { rootPath: string; debounceMs?: number; review?: boolean; claudeBin?: string; logLine: (line: string) => void; } export declare function watchSpecs(opts: WatchSpecsOptions): { stop: () => Promise; }; //# sourceMappingURL=watch.d.ts.map