/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as MixedbreadAI from "../../api/index"; import * as core from "../../core"; import { MxbaiApiErrorDetails } from "./MxbaiApiErrorDetails"; export declare const InternalError: core.serialization.ObjectSchema; export declare namespace InternalError { interface Raw { type?: "server_error" | null; url?: string | null; message?: string | null; details?: MxbaiApiErrorDetails.Raw | null; } }