export declare function pathExists(filePath: string): Promise; export declare function readDirNames(dirPath: string): Promise;