import type { Effect } from "./effect.js"; /** * Returns an effect that swaps the error/success cases. This allows you to * use all methods on the error channel, possibly before flipping back. */ export declare function flip(self: Effect, __trace?: string): Effect; //# sourceMappingURL=flip.d.ts.map