export declare function watchDirectory(path: string, glob: string | ReadonlyArray, onNewFile: (path: string) => void, onRemovedFile: (path: string) => void): Promise;