export default function watch(dirs: string[], baseDir: string, changed: (err: Error | null, fileName: string, componentDir?: string) => void): void;