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