import type { SegmentationRepresentations } from '../../enums/index.js'; import type { Segmentation, SegmentationRepresentation } from '../../types/index.js'; export declare function getViewportSegmentations(viewportId: string, type?: SegmentationRepresentations): Segmentation[]; export declare function getViewportSegmentationRepresentations(viewportId: string): SegmentationRepresentation[];