import type { ParsedMVF } from '../../types/bundle.js'; import type { BuilderOptions } from '../builderOptions.js'; import type { MVFv2_STANDARD_MVFv3 } from '../index.js'; export type V3Facade = Pick; export type V2Facade = Pick; export declare function buildFacade(v3: V3Facade, { geometryMaps }: Pick): V2Facade; //# sourceMappingURL=facadeBuilder.d.ts.map