import type { Middleware } from 'redux'; /** * Middleware to clear previous operations and to fetch the operation of the * newly executed bag request, if successful. * * @param store - Redux store at the moment. * * @returns Redux middleware. */ declare const fetchBagOperationsOnBagRequestSuccess: Middleware; export default fetchBagOperationsOnBagRequestSuccess;