/** * Stress command - Run load/stress tests against an LLM */ import { Command } from 'commander'; export declare function stressCommand(): Command; //# sourceMappingURL=stress.d.ts.map