import LiveEncodingHeartbeatHlsManifestStats from './LiveEncodingHeartbeatHlsManifestStats';
/**
 * Manifest statistics for a live encoding heartbeat.
 * @export
 * @class LiveEncodingHeartbeatManifests
 */
export declare class LiveEncodingHeartbeatManifests {
    /**
     * Per-manifest HLS update statistics; one entry per HLS manifest.
     * @type {LiveEncodingHeartbeatHlsManifestStats[]}
     * @memberof LiveEncodingHeartbeatManifests
     */
    hls?: LiveEncodingHeartbeatHlsManifestStats[];
    constructor(obj?: Partial<LiveEncodingHeartbeatManifests>);
}
export default LiveEncodingHeartbeatManifests;
