import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Determines whether all elements of the `Collection` satisfies the effectual * predicate `f`. * @tsplus static effect/core/io/Effect.Ops forAll * @tsplus location "@effect/core/io/Effect/operations/forAll" */ export declare function forAll(as: Collection, f: (a: A) => Effect): Effect; //# sourceMappingURL=forAll.d.ts.map