declare class Watcher { path: string; constructor(path: string); read(): Promise; } export default Watcher;