import type { SegmentList } from '../../../types/mapper/dash/SegmentList.js';
import type { Segment } from '../../../types/model/Segment.js';
/**
 * @internal
 *
 * Maps SegmentList from dash to Segment list from ham.
 *
 * @param segmentList - SegmentList list from dash
 * @returns list of ham segments
 */
export declare function mapSegmentList(segmentList: SegmentList[]): Segment[];
//# sourceMappingURL=mapSegmentList.d.ts.map