import type { SolidFlowState } from '../../types'; export declare function handleNodeClick({ id, store, unselect, nodeRef, }: { id: string; store: SolidFlowState; unselect?: boolean; nodeRef?: HTMLDivElement; }): void; //# sourceMappingURL=utils.d.ts.map