type WatchArgs = { dir: string; patterns: string | string[]; ignores?: string | string[]; handler: (filename: string, event: string) => void | any; }; export declare function watch({ dir, patterns, ignores, handler }: WatchArgs): Promise; export {}; //# sourceMappingURL=watch.d.ts.map