/** * @export * @class EncodingOutputPathsHlsManifest */ export declare class EncodingOutputPathsHlsManifest { /** * Id of the HLS manifest * @type {string} * @memberof EncodingOutputPathsHlsManifest */ id?: string; /** * Path to the index file of the HLS manifest on the given output * @type {string} * @memberof EncodingOutputPathsHlsManifest */ path?: string; constructor(obj?: Partial); } export default EncodingOutputPathsHlsManifest;