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