import { BaseTreeNode } from "./types"; /** * Get all leaf nodes by TreeNode. */ export declare const getTreeNodeLeafs: (treeNode: T) => T[]; /** * Get all ancestor nodes in tree. */ export declare const getTreeAncestors: (tree: T[]) => T[]; //# sourceMappingURL=get.d.ts.map