import { STM } from "@effect/core/stm/STM/definition/base"; /** * Folds over the `STM` effect, handling both P.failure and success, but not * retry. * @tsplus static effect/core/stm/STM.Aspects fold * @tsplus pipeable effect/core/stm/STM fold * @tsplus location "@effect/core/stm/STM/operations/fold" */ export declare function fold(g: (e: E) => C, f: (a: A) => B): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=fold.d.ts.map