/** * Performance Diagnostics - Public API * * Profiling and metrics collection for performance optimization. */ export { Profiler, profiler, Profile, type ProfileEntry, type ProfilerOptions } from './profiler.js'; export { MetricsCollector, metrics, type Metric, type AggregatedMetric } from './metrics.js'; //# sourceMappingURL=index.d.ts.map