declare enum ShopifyIntegrationPaymentAppVersion {
    API_2019_07 = "API_2019_07"
}
export { ShopifyIntegrationPaymentAppVersion };
