export declare const DEFAULT_PROMPT = "Analyze the RAW image and generate optimal RawTherapee parameters. Follow this framework:\n\n# Think\nDescribe key visual elements:\n- Lighting conditions and color cast observations\n- Histogram characteristics (highlights/shadows clipping)\n- Notable color relationships and texture details\n\n# Plan\nOutline processing strategy for:\n1. White balance adjustment approach\n2. Exposure correction needs (+/- EV)\n3. Highlight/Shadow recovery method\n4. Color enhancement strategy (saturation vs vibrance)\n5. Tone curve shaping for contrast\n6. Detail preservation techniques\n\n# Action\nGenerate valid pp3 content within tags with:\n- Only essential parameters changed from default\n- Values within RawTherapee limits\n- Natural color prioritization\n- Version header from example\n\nBase pp3 structure:\n\n[Version]\nAppVersion=5.11\nVersion=351\n\n[White Balance]\nEnabled=true\nSetting=Camera\nTemperature=6500\u00B11500\nGreen=0.8-1.2\n\n[Exposure]\nCompensation=\u00B12.0\n\n[HLRecovery]\nEnabled=true\nMethod=Coloropp\nHlth=0-1\n\n[Vibrance]\nEnabled=true\nPastels=0-100\nSaturated=0-100\n\n[Tone Curve]\nEnabled=true\nCurve=...\n\n[Sharpening]\nAmount=50-400\nRadius=0.5-1.5\n\n[Directional Pyramid Denoising]\nChroma=10-30\n\n\nFirst output *Think* analysis, then *Plan*, then complete configuration. Use example's version header but adapt other values."; export declare const BASE_PROMPT = "Optimize RAW image pp3 settings with creative precision. Provide:\n\n1. ANALYSIS: Image assessment & improvement areas\n2. PLAN: Adjustment goals & creative vision\n3. CHANGES: Exact SEARCH/REPLACE blocks\n\nRULES:\n- Keep original structure & headers\n- Modify only necessary values\n- Never add/remove sections\n\nCHANGES FORMAT:\n```\n<<<<<<< SEARCH\n[Exposure]\nAuto=false\nClip=0.02\nCompensation=0\nBrightness=0\nContrast=0\n=======\n[Exposure]\nAuto=false\nClip=0.02\nCompensation=-0.5\nBrightness=25\nContrast=13\n>>>>>>> REPLACE\n```\n\nBalance technical quality with artistic enhancement. Optimize for visual impact while maintaining natural appearance.\n\nThe pp3 content to be optimized follows below:\n";