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