export declare function mkdirp(path: string): Promise; export declare function createDirectoryIfNotExist(path: string, operation?: string): Promise;