import { Dataset, RunConfig, RunCompletion, RunUpdateType, RuntimeOptions } from "@empiricalrun/types"; import { EmpiricalStore } from "../../store"; export declare function execute(config: RunConfig, dataset: Dataset, progressCallback?: (sample: RunUpdateType) => void, store?: EmpiricalStore, runtimeOptions?: RuntimeOptions): Promise; //# sourceMappingURL=index.d.ts.map