import { HttpError } from "@leyyo/common"; /** * Http 464 Incompatible protocol * * An unofficial client error specific to AWS Elastic Load Balancer and used to indicate that the load balancer received an incompatible HTTP request protocol. * */ export declare class IncompatibleProtocolError extends HttpError { }