import { Line, Mesh } from "three"; export declare function addUserDataToMesh(mesh: Mesh | Line, userData: any): void;