import { BaseEntity } from 'src/module/meta/entity/base-entity.entity'; export declare class CommTemplate extends BaseEntity { constructor(); mode: string; mapped_entity_type: string; subject: string; format_type: string; rich_text: string; markup_id: number; is_template: boolean; flag: string; template_id: string; mapper_id: number; }