import { HttpError } from "@leyyo/common"; /** * Http 598 Network Read Timeout Error * * An unofficial HTTP status code used by some proxies to indicate that there has been a network read timeout behind the proxy to a HTTP client in front of the proxy. * */ export declare class NetworkReadTimeoutError extends HttpError { }