import { HttpError } from "@leyyo/common"; /** * Http 414 URI Too Long * * A URI requested by the client was longer than the server is willing to interpret. * */ export declare class UriTooLongError extends HttpError { }