import { HttpError } from "@leyyo/common"; /** * Http 407 Proxy Authentication Required * * The client must first authenticate itself with the proxy. * */ export declare class ProxyAuthenticationRequiredError extends HttpError { }