import type * as VoyageAI from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; export declare const MultimodalEmbedRequestInputsItemContentItem: core.serialization.ObjectSchema; export declare namespace MultimodalEmbedRequestInputsItemContentItem { interface Raw { type: string; text?: string | null; image_base64?: string | null; image_url?: string | null; video_base64?: string | null; video_url?: string | null; } }