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