import { Mesh } from "three";
export declare const enableBVHRaycast: (mesh: Mesh, threshold?: number) => void;
