import type * as ElevenLabs from "../index"; export interface AssetTranscription { languageCode: string; text: string; words: ElevenLabs.AssetTranscriptionWord[]; }