import { Message } from "../components/ChatConversation/ChatWindow"; export declare const getSuggestions: (chatHistory: Message[]) => Promise;