import { BaseEntity } from './base-entity.entity'; export declare class EntityMaster extends BaseEntity { constructor(); mapped_entity_type: string; appcode: string; category: string; module: string; entity_data_class: string; entity_service: string; db_table_name: string; description: string; storage_type: string; show_in_entity_list: string; code_entry: string; applicable_level: string; data_source: string; is_workflow: boolean; doc_upload_path: string; overwrite_path: number; is_flag_json: boolean; }