export type MessageType = { role: string; content: string; }; //# sourceMappingURL=ai-chat.d.ts.map