/** * Watches the provided paths for changes when in watch mode */ export declare function watchPaths(paths: string[]): void; export declare function camelCase(obj: any): any; //# sourceMappingURL=util.d.ts.map