/** * Skill Benchmarking Command * Compare skill effectiveness with metrics and quality scores. */ import { Command } from 'commander'; export declare function registerBenchCommand(program: Command): void; //# sourceMappingURL=bench.d.ts.map