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