declare enum ShopifySubscriptionSuspensionState {
    ACTIVE = "ACTIVE",
    ENDED = "ENDED"
}
export { ShopifySubscriptionSuspensionState };
