import { CytoGraph, CytoNode } from '../types'; export declare const insertParentLocal: (args: { currentNodeWithNewParent: CytoNode; newNode: CytoNode; cytoGraph: CytoGraph; setCytoGraph: React.Dispatch>; }) => void;