import { STM } from "@effect/core/stm/STM/definition/base"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Commits this transaction atomically, regardless of whether the transaction * is a success or a failure. * @tsplus getter effect/core/stm/STM commitEither * @tsplus location "@effect/core/stm/STM/operations/commitEither" */ export declare function commitEither(self: STM): Effect; //# sourceMappingURL=commitEither.d.ts.map