import type { ParsedMVF } from '../../types/bundle.js'; import type { BuilderOptions } from '../builderOptions.js'; import type { MVFv2_STANDARD_MVFv3 } from '../index.js'; export type V3FloorStacks = Pick; export type V2FloorStacks = Pick; export type V2FloorStack = NonNullable[number]; export type V2MapStack = NonNullable[number]; export declare function buildFloorStacks(v3: V3FloorStacks, _builderOptions?: Partial): V2FloorStacks; //# sourceMappingURL=floorStackBuilder.d.ts.map