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