/** * This file was auto-generated by Fern from our API Definition. */ import * as errors from "../../errors/index.js"; import * as Klavis from "../index.js"; import * as core from "../../core/index.js"; export declare class UnprocessableEntityError extends errors.KlavisError { constructor(body: Klavis.HttpValidationError, rawResponse?: core.RawResponse); }