import type { Types } from '@cornerstonejs/core'; export declare function getOrientationFromNormal(normal: Types.Point3): 'AXIAL' | 'CORONAL' | 'SAGITTAL' | null;