import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { FinalTranscriptWithTimestampsWordsItem } from "./FinalTranscriptWithTimestampsWordsItem"; export declare const FinalTranscriptWithTimestamps: core.serialization.ObjectSchema; export declare namespace FinalTranscriptWithTimestamps { interface Raw { message_type?: string | null; text: string; language_code?: string | null; words?: FinalTranscriptWithTimestampsWordsItem.Raw[] | null; } }