import type { BVHOptions } from './types.js';
export declare const bvh: (options?: () => BVHOptions) => void;
