import type { ChildExecution, ChildOutcome } from "./types.js"; export declare class OutcomeAggregator { aggregate(execution: ChildExecution): Promise; } //# sourceMappingURL=aggregator.d.ts.map