/** Re-analyze (incrementally, thanks to the cache) whenever source files change. */ export declare function watchCommand(flags: { root: string; outDir?: string; }): Promise;