import * as THREE from 'three'; import { EncodingType } from './context'; export declare function legacy_get_intersection_UV2(intersection: THREE.Intersection): THREE.Vector2 | undefined; export declare function legacy_set_texture_encoding(texture: THREE.Texture, v: EncodingType): void;