/**
 * Hook for updating node positions.
 *
 * @internal
 * @returns function for updating node positions
 */
export declare function useUpdateNodePositions(): (params: {
    x: number;
    y: number;
    isShiftPressed: boolean;
}) => void;
//# sourceMappingURL=useUpdateNodePositions.d.ts.map