/** * Experiment infrastructure for reproducible research. * * This module contains experiment-specific code that is not part of the core library: * - Baseline expansion algorithms for comparison studies * - Evaluation metrics and statistical testing * - Benchmark dataset fixtures * - Ground truth computation */ export * from './baselines'; export * from './evaluation'; //# sourceMappingURL=index.d.ts.map