declare const _default: LibVueActionService; export default _default; /** * Service class providing functionality to handle actions related to tree structures and navigation paths. */ declare class LibVueActionService { getInitialTree(): Promise; buildPathKeys(currentNode: any): { key: any; node: any; }[]; buildPathKeysInUserHome(currentNode: any): { key: any; node: any; }[]; expandPathKeys({ keys, nodes, expandedKeys, onNodeExpand, currentNode, }: { keys: any; nodes: any; expandedKeys: any; onNodeExpand: any; currentNode: any; }): Promise; } //# sourceMappingURL=LibVueActionService.d.ts.map