/**
 * This file was auto-generated by Fern from our API Definition.
 */
import * as serializers from "../index";
import * as VoyageAI from "../../api/index";
import * as core from "../../core";
export declare const MultimodalEmbedRequestInputsItemContentItem: core.serialization.ObjectSchema<serializers.MultimodalEmbedRequestInputsItemContentItem.Raw, VoyageAI.MultimodalEmbedRequestInputsItemContentItem>;
export declare namespace MultimodalEmbedRequestInputsItemContentItem {
    interface Raw {
        type: string;
        text?: string | null;
        image_base64?: string | null;
        image_url?: string | null;
    }
}
