export declare enum SubscriptionState {
    All = 0,
    NotSubscribed = 1,
    Subscribed = 2
}
