import { HttpError } from "@leyyo/common"; /** * Http 406 Not Acceptable * * The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request. * */ export declare class NotAcceptableError extends HttpError { }