declare class FileUtil { static createFolderIfNotExist(folderPath: string): void; } export = FileUtil;