import { type Five } from '@realsee/five';
import * as THREE from 'three';
export declare const getFloorMesh: (five: Five, floorIndex: number) => THREE.Box3;
