declare enum ShopifySubscriptionVersionState {
    CREATE = "CREATE",
    ACTIVE = "ACTIVE",
    DISCHARGED = "DISCHARGED"
}
export { ShopifySubscriptionVersionState };
