import * as THREE from 'three'; import { DrawingID, PluginID } from '@buerli.io/core'; export declare const hoverIntersections: (drawingId: DrawingID, pluginId: PluginID, intersections: THREE.Intersection[]) => void;