import { GenericError } from './GenericError'; /** * Error used when an IO operation of any kind goes wrong. */ export declare class IOError extends GenericError { }