import * as watcher from '@parcel/watcher';
import { Observable } from 'rxjs';
/**
 *
 * @param path
 * @param dir
 */
export declare function watch(path: string, dir?: boolean): Observable<watcher.Event[]>;
