export interface SearchProfileEntry { /** Confidence score, from 0 to 1. */ confidence?: number; facet?: string; since?: string; slot?: string; /** stated | observed | inferred | record */ state?: string; statementKeys?: string[]; text?: string; }