export declare enum Type {
    SIMPLE = 0,
    SIMULCAST = 1,
    SVC = 2,
    PIPE = 3
}
//# sourceMappingURL=type.d.ts.map