import { FileSystemErrorContext } from '../types/Error.js'; export declare const FilerSystemErrorName = "FilerSystemError"; export declare class FileSystemError extends Error { private context; constructor(options?: ErrorOptions, context?: FileSystemErrorContext); toString(): string; }