export declare enum ParticipantRole {
    PANELIST = "Panelist",
    ATTENDEE = "Attendee"
}
