import { bl_fi_mst_item_hdr_RowInterface } from '../../dbschema/bl_fi_mst_item_hdr.model'; import { BaseContainerModel } from '../base-container.model'; export declare class ItemSearchContainerModel extends BaseContainerModel { bl_fi_mst_item_hdr: bl_fi_mst_item_hdr_RowInterface; }