/** * Enum representing the possible grammatical genders. */ export declare enum GrammaticalGender { MASCULINE = "masculine", FEMININE = "feminine" }