import type { Segmentation } from '../../types/index.js'; export declare function getActiveSegmentation(viewportId: string): Segmentation | undefined;