export declare const COMMON_PARAMETER_RANGES: string; /** * Get parameter ranges for the specified sections */ export declare function getParameterRangesForSections(sections: string[]): string; export declare const COLOR_TONING_RANGES = "\n[ColorToning]\n- Redlow: -100 to 100 (red tones in shadows)\n- Greenlow: -100 to 100 (green tones in shadows)\n- Bluelow: -100 to 100 (blue tones in shadows)\n- Redhigh: -100 to 100 (red tones in highlights)\n- Greenhigh: -100 to 100 (green tones in highlights)\n- Bluehigh: -100 to 100 (blue tones in highlights)\n- Balance: -100 to 100 (balance between shadows and highlights)\n"; export declare const COMMON_KEY_RULES = "\nKey Rules:\n1. Only modify existing parameter values\n2. Keep original section order and parameter order\n3. Make bold, creative enhancements\n4. Only include parameters you want to change\n"; export declare const COMMON_OUTPUT_RULES = "\n[Additional changes following these rules]\n- Only include parameters you want to change\n- Never change section headers\n- Include only the sections that need changes\n\nCurrent pp3 to transform:\n"; export declare function getPromptByPreset(preset?: string, sections?: string[]): string; export declare const PROMPTS: Record; export declare const BASE_PROMPT: string; export declare const EVALUATION_PROMPT = "You are an expert photography and image processing evaluator. Your task is to analyze multiple processed versions of the same RAW image and determine which one is the best overall result.\n\nEVALUATION CRITERIA:\n1. **Technical Quality**: Exposure, contrast, color accuracy, noise levels, sharpness\n2. **Artistic Merit**: Visual appeal, mood, creative interpretation\n3. **Processing Balance**: Avoiding over-processing while maximizing image potential\n4. **Detail Preservation**: Maintaining important details in highlights and shadows\n\nINSTRUCTIONS:\n- You will be shown multiple processed versions of the same image\n- Each image is labeled with its generation number (e.g., \"Generation 1\", \"Generation 2\", etc.)\n- Analyze each image carefully for the criteria above\n- Choose the BEST overall result\n- Provide a clear, detailed explanation of your choice\n\nOUTPUT FORMAT:\n\nANALYSIS:\n[Detailed analysis of each generation's strengths and weaknesses]\n\nREASONING:\n[Clear explanation of why the chosen generation is the best, referencing specific visual qualities and technical aspects]\n\nBEST_GENERATION: [number]\n\nPlease evaluate the following processed images:";