import { IOError } from './IOError'; /** * Error used when a network access goes wrong. */ export declare class NetworkError extends IOError { }