export type Language = {
    ABBREVIATIONS: string[];
    PREPOSITIVE_ABBREVIATIONS: string[];
    EXCLAMATION_WORDS: string[];
};
