import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Merges an `Collection>` to a single `Effect`, working * sequentially. * @tsplus static effect/core/io/Effect.Ops mergeAll * @tsplus location "@effect/core/io/Effect/operations/mergeAll" */ export declare function mergeAll(as: Collection>, zero: B, f: (b: B, a: A) => B): Effect; //# sourceMappingURL=mergeAll.d.ts.map