import type * as THREE from "three"; declare function createPositionHelper({ color }: { color: THREE.ColorRepresentation; }): THREE.Mesh; export { createPositionHelper };