import type { IViewport, Point2 } from '../types'; export declare function transformCanvasToIJK(viewport: IViewport, canvasPoint: Point2): any;