import type { Point3 } from '../types'; export declare function createPositionCallback(imageData: any): (ijk: any, destPoint?: any) => Point3;