import type { ParsedMVF } from '../../types/bundle.js'; import type { MVFv2_STANDARD_MVFv3 } from '../index.js'; export type V3Annotations = Pick; export type V2Annotations = Pick; export declare function buildAnnotations(v3: V3Annotations, _: Record): V2Annotations; //# sourceMappingURL=annotationBuilder.d.ts.map