import { TableNode } from '@table-library/react-table-library/types/table'; export declare const recursiveMergeInsert: (targetId: string, nodes: TableNode[], otherProperties: Record) => (node: TableNode) => TableNode;