export interface WatchHandle { initialized: Promise; done: Promise; stop: () => void; }