import { BaseEntity } from './base-entity.entity'; export declare class AttributeMaster extends BaseEntity { mapped_entity_type: string; mapped_entity_id: number; element_type: string; data_source_type: string; data_type: string; datasource_list: string; custom_values: string; max_length: number; required: boolean; description: string; attribute_key: string; db_datatype: string; category: string; is_unique: boolean; data_source_attribute: string; regex: string; can_export: boolean; appcode: string; is_hidden: boolean; flat_json_key: string; }