declare class FileUtils { static NODE_MODULES: string; static isThere(file: string): boolean; } export { FileUtils };