export declare const Gender: {
  male: number;
  female: number;
  other: number;
};
