/** * Method responsible for retrieving recommendations for a product based on a * strategy. */ declare const _default: (query: import("@farfetch/blackout-client").GetRecommendedProductsQuery, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;