export declare enum Gender {
    MALE = "MALE",
    FEMALE = "FEMALE"
}
//# sourceMappingURL=gender.d.ts.map