import type { SelectionSet } from '../../../types/model/SelectionSet.js';
import type { AdaptationSet } from '../../../types/mapper/dash/AdaptationSet.js';
export declare function selectionSetsToAdaptationSet(selectionsSets: SelectionSet[]): AdaptationSet[];
//# sourceMappingURL=selectionSetsToAdaptationSet.d.ts.map