import type * as ElevenLabs from "../index";
export interface HistoryAlignmentsResponseModel {
    /** The alignment of the text. */
    alignment: ElevenLabs.HistoryAlignmentResponseModel;
    /** The normalized alignment of the text. */
    normalizedAlignment: ElevenLabs.HistoryAlignmentResponseModel;
}
