declare class IEmailTemplete { etmp_id_eref: string; etmp_subject: string; etmp_body: string; etmp_isactive: boolean; } export { IEmailTemplete };