export interface PronunciationDictionaryLocatorResponseModel {
    pronunciationDictionaryId: string;
    versionId?: string;
}
