import type { BenchmarkClient, BenchmarkConfig, BenchmarkResult } from './types.js'; export declare function runPublishAsyncGetBenchmark(config: BenchmarkConfig, client: BenchmarkClient, now?: () => number): Promise; //# sourceMappingURL=runner.d.ts.map