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