import type { Types } from '@cornerstonejs/core'; import type { Annotation } from '../types/index.js'; export default function getViewportsForAnnotation(annotation: Annotation): (Types.IStackViewport | Types.IVolumeViewport)[];