import type { GetSearchIntents } from './types/index.js'; /** * Method responsible for get the search intents for the given query with search * terms. * * @param query - Query parameters to apply. * @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 getSearchIntents: GetSearchIntents; export default getSearchIntents;