/**
 * @export
 * @enum {string}
 */
export declare enum StreamsType {
    VIDEO = "VIDEO",
    LIVE = "LIVE"
}
export default StreamsType;
