import { HttpError } from "@leyyo/common"; /** * Http 506 Variant Also Negotiates * * The server has an internal configuration error: during content negotiation, the chosen variant is configured to engage in content negotiation itself, which results in circular references when creating responses. * */ export declare class VariantAlsoNegotiatesError extends HttpError { }