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