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<serializers.CaptionStyleSectionAnimationModel.Raw, ElevenLabs.CaptionStyleSectionAnimationModel>;
export declare namespace CaptionStyleSectionAnimationModel {
    interface Raw {
        enter_type: CaptionStyleSectionAnimationModelEnterType.Raw;
        exit_type: CaptionStyleSectionAnimationModelExitType.Raw;
    }
}
