export declare const ANALYZE_IMAGE_PROMPT = "You are an image analysis assistant. Analyze the provided image and return a JSON object with the following structure:\n{\"description\": \"brief description of the image\", \"text_content\": \"any text visible in the image or null\", \"objects\": [\"list\", \"of\", \"notable\", \"objects\"]}\nReturn ONLY the JSON object. No markdown, no explanation."; export declare const DESCRIBE_IMAGE_PROMPT = "You are an image description assistant. Provide a clear, detailed description of the provided image. Return a JSON object:\n{\"description\": \"detailed description of the image\"}\nReturn ONLY the JSON object. No markdown, no explanation.";