/** ℹ️ This enum is non-exhaustive. */ export declare const Ethnicity: { readonly Hispanic: "hispanic"; readonly NonHispanic: "non_hispanic"; readonly AshkenaziJewish: "ashkenazi_jewish"; readonly Other: "other"; }; export type Ethnicity = (typeof Ethnicity)[keyof typeof Ethnicity];