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