import type { Location } from '@mappedin/mvf-locations'; import type { EnterpriseLocation as V2EnterpriseLocation } from '../../extensions/enterprise.js'; import type { ParsedMVF } from '../../types/bundle.js'; import type { BuilderOptions } from '../builderOptions.js'; import type { MVFv2_STANDARD_MVFv3 } from '../index.js'; export type V3Enterprise = Pick; export type V2Enterprise = Pick; export declare function buildEnterprise(v3: V3Enterprise, { geometryMaps, nodesByGeometryId }: Pick): V2Enterprise; export declare function convertSocials(v3Socials: Location['social']): NonNullable; //# sourceMappingURL=enterpriseBuilder.d.ts.map