import type { GetCheckoutOrderDeliveryBundleUpgradeProvisioning } from './types/index.js'; /** * Obtains the items delivery provisioning available for a upgrade. * * @param checkoutOrderId - Identifier of the checkout order. * @param deliveryBundleId - Identifier of the delivery bundle. * @param upgradeId - Identifier of the upgrade. * @param config - Custom configurations to send to the client instance (axios). * * @returns Promise that will resolve when the call to the endpoint finishes. */ declare const getCheckoutOrderDeliveryBundleUpgradeProvisioning: GetCheckoutOrderDeliveryBundleUpgradeProvisioning; export default getCheckoutOrderDeliveryBundleUpgradeProvisioning;