import type { DeleteCheckoutOrderPromocodes } from './types/deleteCheckoutOrderPromocodes.types.js'; /** * Method responsible for deleting the previously applied promocode from the order * * @param checkoutOrderId - Universal identifier of the checkout order. * @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 deleteCheckoutOrderPromocodes: DeleteCheckoutOrderPromocodes; export default deleteCheckoutOrderPromocodes;