import { IntegrationPlatformType } from './IntegrationPlatformType'; export declare enum ServiceIntegrationType { BIGCOMMERCE = "BIGCOMMERCE", MAGENTO = "MAGENTO", PRESTASHOP = "PRESTASHOP", SALESFORCE = "SALESFORCE", SAP = "SAP", SHOPIFY = "SHOPIFY", THIRTYBEES = "THIRTYBEES", TRUE_STATS = "TRUE_STATS", XCART = "XCART", WOOCOMMERCE = "WOOCOMMERCE" } export declare const toServiceIntegrationType: (type: IntegrationPlatformType) => ServiceIntegrationType;