import type { Annotation } from '../types'; import type { Types } from '@cornerstonejs/core'; export default function getViewportForAnnotation(annotation: Annotation): Types.IStackViewport | Types.IVolumeViewport | undefined;