export declare function existsAsync(path: string): Promise; export declare function mkdirAsync(path: string): Promise; export declare function mkdirIfNotExistAsync(path: string): Promise;