import { Effect } from "@effect/core/io/Effect/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Submerges the error case of an `Either` into the `Effect`. The inverse * operation of `either`. * @tsplus static effect/core/io/Effect.Ops absolve * @tsplus getter effect/core/io/Effect absolve * @tsplus location "@effect/core/io/Effect/operations/absolve" */ export declare function absolve(self: Effect>): Effect; //# sourceMappingURL=absolve.d.ts.map