/** * 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 InvalidMatryoshkaModelError: core.serialization.ObjectSchema; export declare namespace InvalidMatryoshkaModelError { interface Raw { type?: "invalid_matryoshka_model_error" | null; url?: string | null; message?: string | null; details?: MxbaiApiErrorDetails.Raw | null; } }