import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { InlineImageReferenceMimeType } from "./InlineImageReferenceMimeType"; export declare const InlineImageReference: core.serialization.ObjectSchema; export declare namespace InlineImageReference { interface Raw { content_base64: string; mime_type: InlineImageReferenceMimeType.Raw; } }