import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
import { CaptionStyleCharacterAnimationModelEnterType } from "./CaptionStyleCharacterAnimationModelEnterType";
import { CaptionStyleCharacterAnimationModelExitType } from "./CaptionStyleCharacterAnimationModelExitType";
export declare const CaptionStyleCharacterAnimationModel: core.serialization.ObjectSchema<serializers.CaptionStyleCharacterAnimationModel.Raw, ElevenLabs.CaptionStyleCharacterAnimationModel>;
export declare namespace CaptionStyleCharacterAnimationModel {
    interface Raw {
        enter_type: CaptionStyleCharacterAnimationModelEnterType.Raw;
        exit_type: CaptionStyleCharacterAnimationModelExitType.Raw;
    }
}
