import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { CaptionStyleSectionAnimationModelEnterType } from "./CaptionStyleSectionAnimationModelEnterType"; import { CaptionStyleSectionAnimationModelExitType } from "./CaptionStyleSectionAnimationModelExitType"; export declare const CaptionStyleSectionAnimationModel: core.serialization.ObjectSchema; export declare namespace CaptionStyleSectionAnimationModel { interface Raw { enter_type: CaptionStyleSectionAnimationModelEnterType.Raw; exit_type: CaptionStyleSectionAnimationModelExitType.Raw; } }