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