import { BaseContainerModel } from '../../base-container.model'; import { bl_fi_mst_entity_event_RowInterface } from "../../../dbschema"; export declare class EntityEventContainerModel extends BaseContainerModel { bl_fi_mst_entity_event: bl_fi_mst_entity_event_RowInterface; }