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