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 left part. * @tsplus static effect/core/stm/STM.Ops left * @tsplus location "@effect/core/stm/STM/operations/succeedLeft" */ export declare function succeedLeft(value: A): USTM>; //# sourceMappingURL=succeedLeft.d.ts.map