import { AnnotationSpec, CircleAnnotationSpec, DotAnnotationSpec, Note, NoteCanvas, NoteSvg, RectAnnotationSpec } from './types'; export declare const isSvgNote: (note: Note) => note is NoteSvg; export declare const isCanvasNote: (note: Note) => note is NoteCanvas; export declare const isCircleAnnotation: (annotationSpec: AnnotationSpec) => annotationSpec is CircleAnnotationSpec; export declare const isDotAnnotation: (annotationSpec: AnnotationSpec) => annotationSpec is DotAnnotationSpec; export declare const isRectAnnotation: (annotationSpec: AnnotationSpec) => annotationSpec is RectAnnotationSpec; //# sourceMappingURL=utils.d.ts.map