export declare class CommunicationUser { _id: string; first_name: string; last_name: string; email: string; phone_number: string; }