import { GenericFacade } from "../../types";
export * as AnnotationsV2 from "./AnnotationsV2.js";
declare const Annotations: GenericFacade;
export default Annotations;
