import { SuggestionBase } from "./SuggestionBase"; export declare class SuggestionWithTerms extends SuggestionBase { terms: string[]; constructor(field: string); }