import type { Segment } from '../../../../types/model/Segment.js';
/**
 * @internal
 *
 * Format the ham segments to hls.
 *
 * @param segments - Segments to be formatted
 * @returns string containing the segments in the hls format
 *
 * @group CMAF
 * @alpha
 */
export declare function getSegments(segments: Segment[]): string;
//# sourceMappingURL=getSegments.d.ts.map