export = watch;
/**
 * Base for file watch event, watches the cwd and triggers a goat event on file changes
 * @param {Object} events
 */
declare function watch(events: Object): void;
