import type { Types } from '@cornerstonejs/core'; export default function findIslands(polylines: Types.Point2[][], threshold: number): number[];