import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../shared/base-api-template-service.model'; import { HcProfessionalHdrContainerModel } from '../../../../../models/aggregates/healthcare/hc-professional-hdr-container.model'; export declare class HcProfessionalHdrService extends BaseApiTemplateService { readonly url: string; readonly endpointPathGeneric: string; constructor(http: HttpClient); }