import type { Point } from '../types'; export declare function getAreaAnnotationMovedPoints(prevPoints: Point[], movePoint: Point, currentPoint: Point): Point[];