import type { Effect } from "./effect.js"; /** * Returns a new effect where the error channel has been merged into the * success channel to their common combined type. */ export declare function merge(self: Effect, __trace?: string): Effect; //# sourceMappingURL=merge.d.ts.map