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