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