import type { ContourAnnotation } from '../../types/ToolSpecificAnnotationTypes'; export default function findHandlePolylineIndex(annotation: ContourAnnotation, handleIndex: number): number;