import { Exception } from "../../core"; /** * An exception indicating an unsupported content type prevented execution. * @public */ export declare class ContentTypeUnsupportedError extends Exception { constructor(message?: string); } //# sourceMappingURL=content-type-unsupported.d.ts.map