/** * Fetches the search intents for the given query with search terms. With these * results is possible to know the next action to perform - redirect to a pdp, plp * or another `redirectUrl`. */ declare const _default: (query: import("@farfetch/blackout-client").GetSearchSuggestionsQuery, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;