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