import * as THREE from 'three'; /** 暴力搜索计算壁厚 */ export declare function calcWallThicknessByViolence(mesh: THREE.Mesh): number;