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