import type { GetCheckoutOrderDeliveryBundleUpgrades } from './types/index.js'; /** * Obtains the delivery upgrades available for the specified bundle. * * @param checkoutOrderId - Identifier of the checkout order. * @param deliveryBundleId - Identifier of the delivery bundle. * @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 getCheckoutOrderDeliveryBundleUpgrades: GetCheckoutOrderDeliveryBundleUpgrades; export default getCheckoutOrderDeliveryBundleUpgrades;