import type { Types } from '@cornerstonejs/core'; export default function arePolylinesIdentical(poly1: Types.Point2[], poly2: Types.Point2[]): boolean;