import { Chunklist } from "./chunklist"; import * as HLS from "hls-parser"; export declare class SegmentInfo { protected segment: HLS.types.Segment; protected chunklist: Chunklist; constructor(chunklist: Chunklist, segment: HLS.types.Segment); protected propertiesToCommaSeparated(properties: any[]): string; toString(): string; }