/** *
An autocomplete suggestion that matches the query string specified in a SuggestRequest.
The string that matches the query string specified in the SuggestRequest.
The relevance score of a suggested match.
*/ score?: number; /** *The document ID of the suggested document.
*/ id?: string; } export declare type _UnmarshalledSuggestionMatch = _SuggestionMatch;