import type { ITree } from '../../ITree'; export declare class TreeHelper { static getParents(id: TId, tree: ITree): TId[]; } //# sourceMappingURL=TreeHelper.d.ts.map