export declare const getAutocompleteText: (query: string, autocompleteSuggestions?: string[] | undefined) => string | undefined;