import { BaseEntity } from 'src/module/meta/entity/base-entity.entity'; export declare class EntityModification extends BaseEntity { constructor(); mapped_entity_id: number; mapped_entity_type: string; mode: string; stage_id: number; action_id: number; attribute_key: string; current_value: string; new_value: string; reason_code: string; }