export declare enum DictionaryPartOfSpeech {
    Noun = "noun",
    Verb = "verb",
    Adjective = "adjective",
    Adverb = "adverb"
}
