import { TWorld, CStepper } from './lib/defs.js'; import { TExecutorResult } from './schema/protocol.js'; import { AStepper } from './lib/astepper.js'; import { TFeaturesBackgrounds } from './phases/collector.js'; export declare class Runner { private world; steppers: AStepper[]; constructor(world: TWorld); runFeaturesAndBackgrounds(csteppers: CStepper[], featuresBackgrounds: TFeaturesBackgrounds): Promise; } //# sourceMappingURL=runner.d.ts.map