import type { GetCheckoutOrderDeliveryBundleProvisioning } from './types/index.js'; /** * Obtains the item's provisioning 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 getCheckoutOrderDeliveryBundleProvisioning: GetCheckoutOrderDeliveryBundleProvisioning; export default getCheckoutOrderDeliveryBundleProvisioning;