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