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