import { SessionConnection, SpawnOptions } from 'chrome-debugging-client'; import type { RaceCancellation } from 'race-cancellation'; export declare type SamplePageFn = (page: SessionConnection, iteration: number, isTrial: boolean, raceCancel: RaceCancellation) => Promise; import { Benchmark } from './run'; export default function createIsolatedPageBenchmark(group: string, samplePage: SamplePageFn, options?: Partial): Benchmark; //# sourceMappingURL=create-isolated-page-benchmark.d.ts.map