import * as THREE from 'three';
declare const computePositionDataTexture: (count: number, mesh: THREE.Mesh, isOrdered?: boolean) => THREE.DataTexture;
export { computePositionDataTexture };
