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"; /** * Atomically reduce the non-empty array using a transactional binary * operator. * @tsplus static effect/core/stm/TArray.Aspects reduceMaybeSTM * @tsplus pipeable effect/core/stm/TArray reduceMaybeSTM * @tsplus location "@effect/core/stm/TArray/operations/reduceMaybeSTM" */ export declare function reduceMaybeSTM(f: (x: A, y: A) => STM): (self: TArray) => STM>; //# sourceMappingURL=reduceMaybeSTM.d.ts.map