import { STM } from "@effect/core/stm/STM/definition/base"; /** * Swaps the error/value parameters, applies the function `f` and flips the parameters back * @tsplus static effect/core/stm/STM.Aspects flipWith * @tsplus pipeable effect/core/stm/STM flipWith * @tsplus location "@effect/core/stm/STM/operations/flipWith" */ export declare function flipWith(f: (stm: STM) => STM): (self: STM) => STM; //# sourceMappingURL=flipWith.d.ts.map