import type { ParsedMVF } from '../../types/bundle.ts'; import type { BuilderOptions } from '../builderOptions.js'; import type { MVFv2_STANDARD_MVFv3 } from '../index.ts'; export type V3Floors = Pick; export type V2Floors = Pick; export declare function buildFloors(v3: V3Floors, _builderOptions?: Partial): V2Floors; //# sourceMappingURL=floorBuilder.d.ts.map