import type { Point } from '../types'; import type { Annotation } from '../types'; export declare function getAnnotationPoints(annotation: Annotation): Point[];