import chokidar from 'chokidar'; export declare const watcher: (dirs: string[] | undefined, fn: () => Promise, options?: chokidar.WatchOptions | undefined) => Promise;