/** * V3 CLI Benchmark Command * Comprehensive benchmarking for self-learning, pre-training, and neural systems * * @module v3/cli/commands/benchmark */ import type { Command } from '../types.js'; export declare const benchmarkCommand: Command; export default benchmarkCommand; //# sourceMappingURL=benchmark.d.ts.map