export declare const REL_QUANTITY: readonly ["NONE", "SOME", "A_LOT"]; export declare type RelQuantity = typeof REL_QUANTITY[number]; export declare const SEX_FREQUENCY: readonly ["VERY_ACTIVE", "ACTIVE", "MODERATELY_ACTIVE", "INACTIVE"]; export declare type SexFrequency = typeof SEX_FREQUENCY[number]; export declare const SEX_PROFILE: readonly ["MONO", "POLY", "POLYA", "BICURIOUS", "OPEN"]; export declare type SexProfile = typeof SEX_PROFILE[number];