import { HttpError } from "@leyyo/common"; /** * Http 460 Client closed connection prematurely * * An unofficial client error and an AWS Elastic Load Balancer-specific error used to indicate that the load balancer received an HTTP request, but the client closed the connection before the idle timeout period had elapsed. * */ export declare class ClientClosedConnectionPrematurelyError extends HttpError { }