import type { Types } from '@cornerstonejs/core'; export declare function shouldSmooth(configuration: Record, annotation?: any): boolean; export declare function getInterpolatedPoints(configuration: Record, points: Types.Point2[], pointsOfReference?: Types.Point2[]): Types.Point2[];