import type { Track } from '../../../types/model/Track.js';
import type { SegmentList } from '../../../types/mapper/dash/SegmentList.js';
export declare function trackToSegmentList(track: Track): SegmentList[];
//# sourceMappingURL=trackToSegmentList.d.ts.map