declare class IEmailVendor { evdr_name: string; evdr_desc: string; evdr_api_end_point: string; evdr_isactive: boolean; } export { IEmailVendor };