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