import { HttpException } from './http.exception'; /** * Exception for HTTP 407 Proxy Authentication Required errors */ export declare class ProxyAuthenticationRequiredException extends HttpException { constructor(message?: string); }