import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Folds an `Collection` using an effectual function f, working sequentially from left to right. * @tsplus static effect/core/stm/STM.Ops reduceRight * @tsplus location "@effect/core/stm/STM/operations/reduceRight" */ export declare function reduceRight_(as: Collection, z: Z, f: (a: A, z: Z) => STM): STM; //# sourceMappingURL=reduceRight.d.ts.map