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