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