/**
* Configuration options for the {@link AiXModule}.
*
* @public
*/
export interfaceAiConfig{
/**
* Maximum number of results in the SearchResponse to display ai elements.
*/
lowResultsThreshold: number;
}
//# sourceMappingURL=config.types.d.ts.map