declare class IEmailList { elst_email: string; elst_id_evdr: string; elst_sender_reciver_name: string; elst_isactive: boolean; } export { IEmailList };