export declare enum ParticipantRole {
    OWNER = "OWNER",
    PROCESSOR = "PROCESSOR",
    VIEWER = "VIEWER",
    FOLLOWER = "FOLLOWER"
}
