import { STM } from "@effect/core/stm/STM/definition/base"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Converts a `STM, A>` into a `STM>`. * The inverse of `right`. * @tsplus getter effect/core/stm/STM unright * @tsplus location "@effect/core/stm/STM/operations/unright" */ export declare function unright(self: STM, A>): STM>; //# sourceMappingURL=unright.d.ts.map