import chokidar from 'chokidar'; export declare function watchDir(dir: string, onFileChange: (filePaths: string[]) => void, throttleDelay?: number): chokidar.FSWatcher; //# sourceMappingURL=file-watcher.d.ts.map