declare enum TranscriptItemType { PRONUNCIATION = "pronunciation", PUNCTUATION = "punctuation" } export default TranscriptItemType;