import { HttpError } from "@leyyo/common"; /** * Http 417 Expectation Failed * * This response code means the expectation indicated by the Expect request header field cannot be met by the server * */ export declare class ExpectationFailedError extends HttpError { }