import type { Annotation, AutomergeAnnotation } from "../internal/types"; declare const convertAnnotations: (annotations: Annotation[]) => AutomergeAnnotation[]; export default convertAnnotations;