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