import type { Annotation } from '../../../types'; export declare const validateAnnotation: (annotation: Annotation) => Annotation | null;