export declare enum KalturaActivitiBusinessProcessServerProtocol {
    http = "http",
    https = "https"
}
