import { BaseContainerModel } from '../base-container.model'; import { bl_hc_medicine_hdr_RowInterface } from '../../dbschema/bl_hc_medicine_hdr.model'; export declare class HcMedicineHdrContainerModel extends BaseContainerModel { bl_hc_medicine_hdr: bl_hc_medicine_hdr_RowInterface; }