import { HttpClient } from '@angular/common/http'; import { OrgChartHdrContainerModel } from '../../../../../models/aggregates/hr'; import { ApiResponseModel, ApiVisa, BaseApiTemplateService } from '../shared'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class OrgChartHdrService extends BaseApiTemplateService { constructor(http: HttpClient); getByCriteriaPost(dtoObject: any, visa: ApiVisa): Observable>; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }