import { STM } from "@effect/core/stm/STM/definition/base"; /** * Returns a new effect where the error channel has been merged into the * success channel to their common combined type. * @tsplus getter effect/core/stm/STM merge * @tsplus location "@effect/core/stm/STM/operations/merge" */ export declare function merge(self: STM): STM; //# sourceMappingURL=merge.d.ts.map