/**
 * Assumes that the mesh is compacted
 * @param {AttributeDataTexture} vertices
 * @param {AttributeDataTexture} neighbours
 * @param {TetrahedralMesh} mesh
 */
export function tetrahedral_mesh_to_texture(vertices: AttributeDataTexture, neighbours: AttributeDataTexture, mesh: TetrahedralMesh): void;
//# sourceMappingURL=tetrahedral_mesh_to_texture.d.ts.map