import { STM } from "@effect/core/stm/STM/definition/base"; /** * 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/stm/STM flip * @tsplus location "@effect/core/stm/STM/operations/flip" */ export declare function flip(self: STM): STM; //# sourceMappingURL=flip.d.ts.map