import type { XYPosition } from '../types'

/**
 * Composable for updating the position of nodes.
 *
 * @internal
 */
export declare function useUpdateNodePositions(): (positionDiff: XYPosition, isShiftPressed?: boolean) => void
