declare enum SubscriptionSuspensionState {
    RUNNING = "RUNNING",
    ENDED = "ENDED"
}
export { SubscriptionSuspensionState };
