import { STM } from "@effect/core/stm/STM/definition/base"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Converts the failure channel into an `Either`. * @tsplus getter effect/core/stm/STM either * @tsplus location "@effect/core/stm/STM/operations/either" */ export declare function either(self: STM): STM>; //# sourceMappingURL=either.d.ts.map