import type { InterpolationROIAnnotation } from '../../../types/ToolSpecificAnnotationTypes'; export default function createPolylineToolData(polyline: any, handlePoints: any, referencedToolData: any): InterpolationROIAnnotation;