import type { SwitchingSet } from '../../../types/model/SwitchingSet.js';
import type { Manifest } from '../../../types/manifest/Manifest.js';
/**
 * @internal
 *
 * This function is used to convert audio groups to switching sets.
 *
 *
 * @param mediaGroupsAudio - Any
 * @param manifestPlaylists - Array of Manifest
 * @returns Array of switchingSet
 *
 * @group CMAF
 * @alpha
 */
export declare function audioGroupsToSwitchingSets(mediaGroupsAudio: any, manifestPlaylists: Manifest[]): SwitchingSet[];
//# sourceMappingURL=audioGroupsToSwitchingSets.d.ts.map