import Livepush from './livepush'; interface FsWatcherOpts { noInit?: boolean; ignored?: string | RegExp | ((str: string) => boolean); debounceWait?: number; } export declare function setupFsWatcher(livepush: Livepush, path: string, opts?: FsWatcherOpts): void; export {};