import type Point3 from '../types/Point3.js';
export default function transformIndexToWorld(imageData: any, voxelPos: Point3): any;
