/** * Comprehensive performance benchmark suite for pattern operations * * This module provides extensive benchmarking capabilities including: * - Pattern compilation performance * - Memory usage tracking and leak detection * - Cache effectiveness measurement * - Performance regression tests * - Large codebase simulation */ /** * Run comprehensive performance benchmarks with detailed reporting */ export declare function runPerformanceBenchmark(): Promise; //# sourceMappingURL=pattern-performance-benchmark.d.ts.map