import { BaseContainerModel } from '../base-container.model'; import { bl_hc_patient_hdr_RowInterface } from '../../dbschema/bl_hc_patient_hdr.model'; export declare class HcPatientHdrContainerModel extends BaseContainerModel { bl_hc_patient_hdr: bl_hc_patient_hdr_RowInterface; }