/** * benchmark.ts — Phase 11: Performance benchmark suite * ────────────────────────────────────────────────────── * Run: node dist/cjs/utils/benchmark.js * * Measures throughput for: * 1. XML parsing (DOM) * 2. SAX event parsing * 3. XSD validation * 4. Serialization * 5. XPath evaluation * * Reports MB/s and ms/op. */ export declare function runBenchmarks(): void; //# sourceMappingURL=benchmark.d.ts.map