import { HttpError } from "@leyyo/common"; /** * Http 413 Content Too Large * * The request is larger than the server is willing or able to process. * */ export declare class ContentTooLargeError extends HttpError { }