import type { SceneAnnotation, SceneAnnotationSet } from '@vertexvis/scene-view-protos/core/protos/scene_annotations_pb'; import { Mapper as M } from '@vertexvis/utils'; import type { Annotation, AnnotationSet } from '../annotations/annotation'; export declare const fromPbAnnotationSet: M.Func; export declare const fromPbAnnotationSetOrThrow: M.ThrowIfInvalidFunc; export declare const fromPbAnnotation: M.Func; export declare const fromPbAnnotationOrThrow: M.ThrowIfInvalidFunc;