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 `right`. * @tsplus getter effect/core/io/Effect unright * @tsplus location "@effect/core/io/Effect/operations/unright" */ export declare function unright(self: Effect, A>): Effect>; //# sourceMappingURL=unright.d.ts.map