/** * cachly benchmark – latency and throughput benchmark against a live instance * * cachly benchmark [--ops 1000] [--concurrency 10] */ import { Command } from 'commander'; export declare function benchmarkCommand(): Command; //# sourceMappingURL=benchmark.d.ts.map