export declare const __PeriodTriggersElement: { readonly ADS: "ADS"; }; export type __PeriodTriggersElement = (typeof __PeriodTriggersElement)[keyof typeof __PeriodTriggersElement]; export declare const ManifestLayout: { readonly COMPACT: "COMPACT"; readonly FULL: "FULL"; }; export type ManifestLayout = (typeof ManifestLayout)[keyof typeof ManifestLayout]; export declare const Profile: { readonly HBBTV_1_5: "HBBTV_1_5"; readonly NONE: "NONE"; }; export type Profile = (typeof Profile)[keyof typeof Profile]; export declare const ScteMarkersSource: { readonly MANIFEST: "MANIFEST"; readonly SEGMENTS: "SEGMENTS"; }; export type ScteMarkersSource = (typeof ScteMarkersSource)[keyof typeof ScteMarkersSource]; export declare const StreamOrder: { readonly ORIGINAL: "ORIGINAL"; readonly VIDEO_BITRATE_ASCENDING: "VIDEO_BITRATE_ASCENDING"; readonly VIDEO_BITRATE_DESCENDING: "VIDEO_BITRATE_DESCENDING"; }; export type StreamOrder = (typeof StreamOrder)[keyof typeof StreamOrder]; export declare const AdMarkers: { readonly NONE: "NONE"; readonly PASSTHROUGH: "PASSTHROUGH"; readonly SCTE35_ENHANCED: "SCTE35_ENHANCED"; }; export type AdMarkers = (typeof AdMarkers)[keyof typeof AdMarkers]; export declare const PresetSpeke20Audio: { readonly PRESET_AUDIO_1: "PRESET-AUDIO-1"; readonly PRESET_AUDIO_2: "PRESET-AUDIO-2"; readonly PRESET_AUDIO_3: "PRESET-AUDIO-3"; readonly SHARED: "SHARED"; readonly UNENCRYPTED: "UNENCRYPTED"; }; export type PresetSpeke20Audio = (typeof PresetSpeke20Audio)[keyof typeof PresetSpeke20Audio]; export declare const PresetSpeke20Video: { readonly PRESET_VIDEO_1: "PRESET-VIDEO-1"; readonly PRESET_VIDEO_2: "PRESET-VIDEO-2"; readonly PRESET_VIDEO_3: "PRESET-VIDEO-3"; readonly PRESET_VIDEO_4: "PRESET-VIDEO-4"; readonly PRESET_VIDEO_5: "PRESET-VIDEO-5"; readonly PRESET_VIDEO_6: "PRESET-VIDEO-6"; readonly PRESET_VIDEO_7: "PRESET-VIDEO-7"; readonly PRESET_VIDEO_8: "PRESET-VIDEO-8"; readonly SHARED: "SHARED"; readonly UNENCRYPTED: "UNENCRYPTED"; }; export type PresetSpeke20Video = (typeof PresetSpeke20Video)[keyof typeof PresetSpeke20Video]; export declare const SegmentTemplateFormat: { readonly NUMBER_WITH_DURATION: "NUMBER_WITH_DURATION"; readonly NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE"; readonly TIME_WITH_TIMELINE: "TIME_WITH_TIMELINE"; }; export type SegmentTemplateFormat = (typeof SegmentTemplateFormat)[keyof typeof SegmentTemplateFormat]; export declare const EncryptionMethod: { readonly AES_128: "AES_128"; readonly SAMPLE_AES: "SAMPLE_AES"; }; export type EncryptionMethod = (typeof EncryptionMethod)[keyof typeof EncryptionMethod];