/** * V3 CLI RuVector Benchmark Command * Performance benchmarking for RuVector PostgreSQL Bridge */ import type { Command } from '../../types.js'; /** * RuVector benchmark command */ export declare const benchmarkCommand: Command; export default benchmarkCommand; //# sourceMappingURL=benchmark.d.ts.map