/**
 * Test script for Few-Shot Learning System
 *
 * This script validates that the few-shot learning system is working correctly
 * and can generate enhanced prompts with examples.
 */
/**
 * Test the few-shot examples system
 */
export declare function testFewShotExamples(): void;
/**
 * Test the configuration system
 */
export declare function testFewShotConfig(): void;
/**
 * Test integration with processors
 */
export declare function testProcessorIntegration(): void;
/**
 * Run all tests
 */
export declare function runAllTests(): void;
//# sourceMappingURL=few-shot-test.d.ts.map