import type { Types } from '@cornerstonejs/core'; import type { SVGDrawingHelper } from '../types/index.js'; export default function drawHeight(svgDrawingHelper: SVGDrawingHelper, annotationUID: string, heightUID: string, start: Types.Point2, end: Types.Point2, options?: {}): void;