import type * as ElevenLabs from "../../../index"; export type BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem = ElevenLabs.BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.Alias | ElevenLabs.BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.Phoneme; export declare namespace BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem { interface Alias extends ElevenLabs.PronunciationDictionaryAliasRuleRequestModel { type: "alias"; } interface Phoneme extends ElevenLabs.PronunciationDictionaryPhonemeRuleRequestModel { type: "phoneme"; } }