import type { FailedTestRun, TestRun } from "./types"; export declare function workerize(onWorker: (worker: Worker) => Promise, onInline: () => Promise): Promise; //# sourceMappingURL=workerize.d.ts.map