/** * Fetches the facets available to a given search. */ declare const _default: (query: import("@farfetch/blackout-client").GetSearchDidYouMeanQuery, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;