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