import { BaseContainerModel } from '../base-container.model'; import { bl_fi_mst_entity_ext_RowInterface, bl_fi_mst_entity_event_RowInterface, bl_fi_mst_entity_line_RowInterface } from '../../dbschema'; export declare class EMandateContainerModel extends BaseContainerModel { bl_fi_mst_entity_line: bl_fi_mst_entity_line_RowInterface; bl_fi_mst_entity_exts: bl_fi_mst_entity_ext_RowInterface[]; bl_fi_mst_entity_events: bl_fi_mst_entity_event_RowInterface[]; }