import { IncrementalWatcherInstance } from './models'; import { IncrementalWatcherOptions } from './models'; export declare function incrementalWatcher(filesFolderPathOrPatternsToWatch: string[], watchOptions: IncrementalWatcherOptions): IncrementalWatcherInstance;