import { STM } from "@effect/core/stm/STM/definition/base"; import { TArray } from "@effect/core/stm/TArray/definition"; /** * Determine if the array contains a value satisfying a transactional * predicate. * @tsplus static effect/core/stm/TArray.Aspects existsSTM * @tsplus pipeable effect/core/stm/TArray existsSTM * @tsplus location "@effect/core/stm/TArray/operations/existsSTM" */ export declare function existsSTM(f: (a: A) => STM): (self: TArray) => STM; //# sourceMappingURL=existsSTM.d.ts.map