import type { IViewport } from '../types/IViewport.js';
export declare function resolveGenericViewportVolumeId(viewport: IViewport, targetId?: string): string | undefined;
