import type { GetSearchDidYouMean } from './types/index.js'; /** * Method responsible for returning the facets available to a given search. * * @param query - Query parameters to apply to the search. * @param config - Custom configurations to send to the client instance (axios). * * @returns Promise that will be resolved when the call to the endpoint finishes. */ declare const getSearchDidYouMean: GetSearchDidYouMean; export default getSearchDidYouMean;