export declare enum MCGenderEnum {
    MALE = "m",
    FEMALE = "f",
    OTHER = ""
}
//# sourceMappingURL=MCGenderEnum.d.ts.map