import type Builder from './Builder'; export default function watch(builder: Builder, watcher: any, addEntry?: boolean): any;