import { HttpError } from "@leyyo/common"; /** * Http 412 Precondition Failed * * The server does not meet one of the preconditions that the requester put on the request header fields. * */ export declare class PreconditionFailedError extends HttpError { }