import { STM } from "@effect/core/stm/STM/definition/base"; import { TArray } from "@effect/core/stm/TArray/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Find the first element in the array matching a transactional predicate. * @tsplus static effect/core/stm/TArray.Aspects findSTM * @tsplus pipeable effect/core/stm/TArray findSTM * @tsplus location "@effect/core/stm/TArray/operations/findSTM" */ export declare function findSTM(f: (a: A) => STM): (self: TArray) => STM>; //# sourceMappingURL=findSTM.d.ts.map