export declare enum EPubSubTopicType {
    SUB_CHANGE_STATUS = "SUBSCRIPTION_CHANGE_STATUS",
    OTHER = "OTHER"
}
