import { BaseContainerModel } from '../../base-container.model'; import { bl_fi_entity_hdr_RowInterface, bl_fi_mst_entity_ext_RowInterface, bl_fi_mst_entity_line_RowInterface, bl_fi_mst_entity_login_subject_link_RowClass } from '../../../dbschema/index'; export declare class EntityContainerModel extends BaseContainerModel { bl_fi_mst_entity_hdr: bl_fi_entity_hdr_RowInterface; bl_fi_mst_entity_line: bl_fi_mst_entity_line_RowInterface[]; bl_fi_mst_entity_ext: bl_fi_mst_entity_ext_RowInterface[]; bl_fi_mst_entity_login_subject_links: bl_fi_mst_entity_login_subject_link_RowClass[]; }