export declare enum ActiveParticipant {
    InActive = 0,
    Active = 1
}
