import type { Image } from '@lunit/insight-viewer'; import type { Point } from '../types'; export declare function getLineLength(startPoint: Point, endPoint: Point, currentImage: Image | null): { length: number; unit: 'px' | 'mm'; };