export declare class BaseEntity { constructor(); id: number; entity_type: string; name: string; status: string; parent_type: string; parent_id: number; code: string; created_by: number; created_date: Date; modified_by: number; modified_date: Date; enterprise_id: number; organization_id: number; appcode: string; level_id: string; level_type: string; }