import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../shared/base-api-template-service.model'; import { HcPatientHdrContainerModel } from '../../../../../models/aggregates/healthcare/patient_hdr_container.model'; export declare class HcPatientHdrService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); }