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