export declare const EXPORTABLE_RESOURCES: { readonly CATEGORY: "category"; readonly PRODUCT: "product"; readonly PRODUCT_TYPE: "product-type"; readonly DISCOUNT_CODE: "discount-code"; readonly INVENTORY_ENTRY: "inventory-entry"; readonly ORDER: "order"; readonly CUSTOMER: "customer"; readonly BUSINESS_UNIT: "business-unit"; readonly PRODUCT_TAILORING: "product-tailoring"; readonly STANDALONE_PRICE: "standalone-price"; readonly PRODUCT_SELECTION: "product-selection"; };