/** * Type of the manifest * @export * @enum {string} */ export declare enum LiveStandbyPoolEncodingManifestType { DASH = "DASH", HLS = "HLS" } export default LiveStandbyPoolEncodingManifestType;