import { JsonFetchResponse, SuggestionsResponse } from "@xapp/chat-widget-core"; export declare function useSuggestionsFetch(search: string, context: readonly string[] | undefined): JsonFetchResponse;