export interface ChatFollowupSuggestionsQuery { context: string; } export interface ChatFollowupSuggestionsResponse { suggestions: string[]; } //# sourceMappingURL=chatFollowupSuggestions.d.ts.map