import type { CursorPosition } from '../../types'; export declare const angleBetweenPoints: (oldPos: CursorPosition, newPos: CursorPosition) => number; //# sourceMappingURL=angleBetwwenPoints.d.ts.map