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