import { Character } from "@defikitdotnet/agent-framework-core"; export declare const completionFooter = "\nResponse format should be formatted in a JSON block like this:\n```json\n{\n \"questions\": [\"question 1\", \"question 2\", \"question 3\", \"question 4\", \"question 5\", \"question 6\", \"question 7\", \"question 8\", \"question 9\", \"question 10\"]\n }\n```"; /** * AI Service for content generation using Google Gemini */ export declare class AIService { private genAI; private model; constructor(); generateSuggestQuestions(character: Character): Promise; } export declare const aiService: AIService; //# sourceMappingURL=ai-service.d.ts.map