declare enum ACSParticipantDisplayName { Customer = "Customer", Agent = "__agent__", System = "__system__" } export default ACSParticipantDisplayName;