import { HttpException } from './http.exception'; /** * Exception for HTTP 415 Unsupported Media Type errors */ export declare class UnsupportedMediaTypeException extends HttpException { constructor(message?: string); }