/** * @export * @enum {string} */ export declare enum StreamCaptionOutputFormat { WEBVTT = "WEBVTT" } export default StreamCaptionOutputFormat;