import { ObjectId } from "mongodb"; export declare class CommunicationUser_Data { _id: ObjectId; first_name: string; last_name: string; email: string; phone_number: string; }