/** * @description This is a list of nouns that use the same form for both singular and plural. * This list should remain entirely in lower case to correctly match Strings. * @private */ export declare const uncountable_words: string[]; export default uncountable_words;