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