import type { Annotation } from '../types'; import { type Types } from '@cornerstonejs/core'; export declare function moveAnnotationToViewPlane(annotation: Annotation, viewport: Types.IViewport): Annotation;