export declare enum HackleSubscriptionStatus { SUBSCRIBED = "SUBSCRIBED", UNSUBSCRIBED = "UNSUBSCRIBED", UNKNOWN = "UNKNOWN" }