import type { Effect } from "./effect.js"; /** * Swaps the error/value parameters, applies the function `f` and flips the parameters back * * @ets_data_first flipWith_ */ export declare function flipWith(f: (self: Effect) => Effect, __trace?: string): (self: Effect) => Effect; /** * Swaps the error/value parameters, applies the function `f` and flips the parameters back */ export declare function flipWith_(self: Effect, f: (self: Effect) => Effect, __trace?: string): Effect; //# sourceMappingURL=flipWith.d.ts.map