import type { RefObject } from 'react'; import type { StoreApi } from 'zustand'; import type { ReactFlowState } from '../../types'; export declare function handleNodeClick({ id, store, unselect, nodeRef, }: { id: string; store: { getState: StoreApi['getState']; setState: StoreApi['setState']; }; unselect?: boolean; nodeRef?: RefObject; }): void; //# sourceMappingURL=utils.d.ts.map