import { Observable } from 'rxjs'; import { TreeBaseNode } from '../models/tree-view.model'; import * as i0 from "@angular/core"; export declare class TreeViewService { private readonly nodeApi; getTreeNodes(nodeId: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }