import * as THREE from 'three';
export declare const transformPosition: (position: THREE.Vector3, transform?: THREE.Matrix4) => THREE.Vector3;
