import { ICallback } from 'redis-smq-common'; import { IE2EBenchmarkConfig, IE2EBenchmarkResult } from './types/index.js'; export declare function runE2EBenchmark(config: IE2EBenchmarkConfig, cb: ICallback): void; //# sourceMappingURL=e2e-benchmark.d.ts.map