import type { Point2, Point3 } from '../types/index.js';
export default function imageToWorldCoords(imageId: string, imageCoords: Point2): Point3 | undefined;
