export interface WatchOptions { specPath: string; onChange: () => Promise; debounceMs?: number; } export declare function startWatcher(options: WatchOptions): { close: () => Promise; }; //# sourceMappingURL=file-watcher.d.ts.map