import { CursorPosition } from '../../types'; export declare const angleBetweenPoints: (oldPos: CursorPosition, newPos: CursorPosition) => number;