import { Node } from '../types'; export declare const useNodeState: (initialNodes: Node[]) => any[];