import type { Types } from '@cornerstonejs/core'; import type { SVGDrawingHelper } from '../types/index.js'; export default function drawRectByCoordinates(svgDrawingHelper: SVGDrawingHelper, annotationUID: string, rectangleUID: string, canvasCoordinates: Types.Point2[], options?: {}, dataId?: string): void;