import * as THREE from 'three'; import type { MeshLineMaterial } from './MeshLineMaterial'; export declare function raycast(this: THREE.Mesh, raycaster: THREE.Raycaster, intersects: THREE.Intersection[]): void;