import { HttpError } from "@leyyo/common"; /** * Http 463 Too Many Forwarded IP Addresses * * An unofficial and an AWS Elastic Load Balancer-specific error used to indicate that the load balancer received a HTTP request that included an X-Forwarded-For header with too many IP addresses * */ export declare class TooManyForwardedIpAddressesError extends HttpError { }