export declare const MEMBER_POT_STATUS: readonly ["NEW", "TO_CALLBACK", "STANDBY", "INTERESTED", "THEIR_TURN", "OTHERS", "LGBTQ"]; export declare type MemberPotStatus = typeof MEMBER_POT_STATUS[number]; export declare const MEMBER_INACTIVE_STATUS: readonly ["MATCHED_EXT", "PAUSED"]; export declare type MemberInactiveStatus = typeof MEMBER_INACTIVE_STATUS[number]; export declare const SUB_MEDIUM: readonly ["PHONE", "SITE", "REFERENCE"]; export declare type SubMedium = typeof SUB_MEDIUM[number];