import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService, ApiVisa } from '../shared'; import { OrgChartHierarchyNodeHdrContainerModel } from '../../../../../models/aggregates/hr'; import { Observable } from 'rxjs'; export declare class OrgChartHierarchyNodeService extends BaseApiTemplateService { constructor(http: HttpClient); generateOrgChart(dtoObject: any, visa: ApiVisa, entities?: any): Observable; }