import { HttpError } from "@leyyo/common"; /** * Http 411 Length Required * * The request did not specify the length of its content, which is required by the requested resource. * */ export declare class LengthRequiredError extends HttpError { }