/**
 * An error that occurs when there is a problem in the filesystem state.
 *
 * @group Errors
 */
export declare class FileSystemError extends Error {
    /**
     * Create a FileSystemError.
     *
     * @param message - A string with the error message.
     */
    constructor(message: string);
}
//# sourceMappingURL=FileSystemError.d.ts.map