export declare enum KalturaWebexAPIGroupParticipationType {
    noClassification = 0,
    optIn = 1,
    optOut = 2
}
