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