import type { Position } from '@atlaskit/pragmatic-drag-and-drop/types'; export declare const add: (point1: Position, point2: Position) => Position;