import type { XYPosition } from '../types' export declare function useUpdateNodePositions(): (positionDiff: XYPosition, isShiftPressed?: boolean) => void