import type * as THREE from "three";
declare function createPositionHelper({ color }: {
    color: THREE.ColorRepresentation;
}): THREE.Mesh<THREE.BufferGeometry, THREE.Material | THREE.Material[]>;
export { createPositionHelper };
