import type { Types as toolsTypes } from '@cornerstonejs/tools';
import type { Types as coreTypes } from '@cornerstonejs/core';
export default function drawImage(svgDrawingHelper: toolsTypes.SVGDrawingHelper, annotationUID: string, polylineUID: string, position: coreTypes.Point2, options: {
    href: string;
    height: number;
    width: number;
}): void;
