import type { TreeRoot } from "../types.js";
export declare function useRowParents(tree: TreeRoot): (id: string) => string[];
