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