import { Either } from "@tsplus/stdlib/data/Either/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Lifts an `Either` into an `Effect` value. * @tsplus static effect/core/io/Effect.Ops fromEither * @tsplus location "@effect/core/io/Effect/operations/fromEither" */ export declare function fromEither(either: Either): Effect; //# sourceMappingURL=fromEither.d.ts.map