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 `left`. * @tsplus getter effect/core/stm/STM unleft * @tsplus location "@effect/core/stm/STM/operations/unleft" */ export declare function unleft(self: STM, A>): STM>; //# sourceMappingURL=unleft.d.ts.map