export declare enum ContactLifecycleTopicKey { StartingACW = "contact/acw", Connected = "contact/connected", Destroyed = "contact/destroy", Missed = "contact/missed", Cleared = "contact/cleared", Incoming = "contact/incoming" } export declare enum AgentTopicKey { StateChanged = "agent/stateChange", RoutingProfileChanged = "agent/routingProfileChanged", EnabledChannelListChanged = "agent/enabledChannelListChanged" } export declare enum ContactTopicKey { ParticipantAdded = "contact/participantAdded", ParticipantDisconnected = "contact/participantDisconnected", ParticipantStateChanged = "contact/participantStateChanged" } //# sourceMappingURL=topic-keys.d.ts.map