import { type FSWatcher } from 'chokidar'; export declare const isWatched: (watcher: FSWatcher, filepath: string) => boolean;