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