import { ExceptionMessage } from "@halsp/core";
import { HttpException } from "./http-exception";
export declare class UnsupportedMediaTypeException extends HttpException {
    constructor(error?: string | ExceptionMessage);
}
