import type { ServerData } from "../server-data"; export declare function useRowParents(source: ServerData): (id: string) => string[];