import type { Types } from '@cornerstonejs/core'; export default function getWindingDirection(polyline: Types.Point2[]): number;