import * as Tp from "../Collections/Immutable/Tuple/index.js"; import type { Effect } from "./effect.js"; /** * Sequentially zips this effect with the specified effect * * @ets_data_first zip_ */ export declare function zip(b: Effect, __trace?: string): (a: Effect) => Effect>; /** * Sequentially zips this effect with the specified effect */ export declare function zip_(a: Effect, b: Effect, __trace?: string): Effect>; //# sourceMappingURL=zip.d.ts.map