export declare class DirHelper { static mkdirIfNotExist(dir: string): string | void; static exists(dir: string): boolean; }