import type { Point } from '../types'; import type { AnnotationMode } from '../types'; export declare function getEditingPoints(prevPoints: Point[], currentPoint: Point, mode: AnnotationMode, editingStartPoint: Point): Point[];