import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { ImageReference } from "./ImageReference"; import { VeoImageReferenceRole } from "./VeoImageReferenceRole"; export declare const VeoImageReference: core.serialization.ObjectSchema; export declare namespace VeoImageReference { interface Raw { image: ImageReference.Raw; role: VeoImageReferenceRole.Raw; } }