/** * Checks if the file system is read-only by attempting to write to a temporary file. * @param directory The directory to check for write access * @returns True if the file system is read-only, false otherwise */ export declare function isReadOnlyFs(directory: string): boolean; //# sourceMappingURL=index.d.ts.map