export declare enum StrategyType {
    PLAY = "PLAY",
    SERVICE = "SERVICE",
    STREAM = "STREAM"
}
