import type { ColliderShape } from "@wandelbots/nova-js/v2"; import * as THREE from "three"; export declare function colliderShapeToBufferGeometry(shape: ColliderShape): THREE.BufferGeometry;