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 last element in the array matching a transactional predicate. * @tsplus static effect/core/stm/TArray.Aspects findLastSTM * @tsplus pipeable effect/core/stm/TArray findLastSTM * @tsplus location "@effect/core/stm/TArray/operations/findLastSTM" */ export declare function findLastSTM(f: (a: A) => STM): (self: TArray) => STM>; //# sourceMappingURL=findLastSTM.d.ts.map