import { Effect } from "@effect/core/io/Effect/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Converts a `Effect, A>` into a `Effect>`. * The inverse of `left`. * @tsplus getter effect/core/io/Effect unleft * @tsplus location "@effect/core/io/Effect/operations/unleft" */ export declare function unleft(self: Effect, A>): Effect>; //# sourceMappingURL=unleft.d.ts.map