/** * * * Defines the possible roles a participant can have within a topic conversation. */ export declare enum TopicRole { Participant = "Participant", Admin = "Admin", Owner = "Owner" }