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