import type Point from '../../Core/Series/Point'; export interface AnnotationPoint extends Point { }