export declare const COMMUNICATION_TYPE: readonly ["message", "email", "call", "video", "in_person", "audio"]; export declare type CommunicationType = typeof COMMUNICATION_TYPE[number]; export declare const COMMUNICATION_SENDER: readonly ["MEMBER", "RELATIONNIST"]; export declare type CommunicationSender = typeof COMMUNICATION_SENDER[number];