import { HttpError } from "@leyyo/common"; /** * Http 422 Unprocessable Content (WebDAV) * * The request was directed at a server that is not able to produce a response. This can be sent by a server that is not configured to produce responses for the combination of scheme and authority that are included in the request URI * */ export declare class UnprocessableContentError extends HttpError { }