export declare const SOCIAL_FREQUENCY: readonly ["OFTEN", "SOMETIMES", "RARELY"]; export declare type SocialFrequency = typeof SOCIAL_FREQUENCY[number]; export declare const SOCIAL_TYPE: readonly ["FRIENDS", "FAMILLY"]; export declare type SocialType = typeof SOCIAL_TYPE[number];