/** * Sets the list of promocodes to be applied to the bag. */ declare const _default: (bagId: string, data: import("@farfetch/blackout-client").PutBagPromocodesData, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;