import type { Types } from '@cornerstonejs/core'; import type { Annotation } from '../../types'; export default function getContourHolesDataCanvas(annotation: Annotation, viewport: Types.IViewport): Types.Point2[][];