import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns an effect that swaps the error/success cases. This allows you to * use all methods on the error channel, possibly before flipping back. * @tsplus getter effect/core/io/Effect flip * @tsplus location "@effect/core/io/Effect/operations/flip" */ export declare function flip(self: Effect): Effect; //# sourceMappingURL=flip.d.ts.map