import { Effect } from "@effect/core/io/Effect/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Returns an effect with the value on the right part. * @tsplus static effect/core/io/Effect.Ops right * @tsplus location "@effect/core/io/Effect/operations/succeedRight" */ export declare function succeedRight(value: A): Effect>; //# sourceMappingURL=succeedRight.d.ts.map