/** * Check if a directory is readable. * * @param path - The path to check. * @returns A promised boolean indicating if the directory is readable. */ export declare function isReadableDirectory(path: string): Promise;