/**
* If the topic is persistent or not. If false, the topic is not saved and will be deleted if there are no clients.
*/export declare enumMessagingTopicType {
Persistent = "persistent",
NonPersistent = "non-persistent"
}
//# sourceMappingURL=topicType.d.ts.map