import { STM } from "@effect/core/stm/STM/definition/base"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * "Zooms in" on the value in the `Right` side of an `Either`, moving the * possibility that the value is a `Left` to the error channel. * @tsplus getter effect/core/stm/STM right * @tsplus location "@effect/core/stm/STM/operations/right" */ export declare function right(self: STM>): STM, B>; //# sourceMappingURL=right.d.ts.map