import { BenchmarkOpts, Opts } from "./types.js"; export declare function run(opts: Opts & BenchmarkOpts): Promise; //# sourceMappingURL=run.d.ts.map