export declare enum CastProtocol {
    HTTP = "HTTP",
    P2P = "P2P",
    NRTC = "NRTC"
}
//# sourceMappingURL=CastProtocol.d.ts.map