export declare type EGender = 'MALE' | 'FEMALE';
