import { HttpError } from "@leyyo/common"; /** * Http 494 Request Header Too Large * * An unofficial client error specific to nginx and is returned by the server to indicate that the client either sent an HTTP request that is too large, or one or more of the HTTP headers submitted is too long. * */ export declare class RequestHeaderTooLargeError extends HttpError { }