export declare function existsAsync(path: string): Promise; export declare function readJsonAsync(path: string): Promise; export declare function readAsync(path: string): Promise; export declare function readDirAsync(path: string): Promise;