import watcher from '@parcel/watcher';
import { Observable } from 'rxjs';
/**
 *
 * @param folderPath
 * @param type
 */
export declare function watchFolder(folderPath: string, type?: watcher.EventType | watcher.EventType[]): Observable<watcher.Event[]>;
