export declare enum GenderCode { NOT_KNOWN = 0, MALE = 1, FEMALE = 2, NOT_SPECIFIED = 9 } export declare const GenderCodes: Record;