import type { Types } from '@cornerstonejs/core'; export declare function generateConvexHullFromContour(contour: Array): { simplified: Types.Point2[]; hull: Types.Point2[]; };