import * as Tp from "../Collections/Immutable/Tuple/index.js"; import type { Effect } from "./effect.js"; /** * Parallely zips this effects */ export declare function zipPar_(a: Effect, b: Effect, __trace?: string): Effect>; /** * Parallely zips this effects */ export declare function zipPar(b: Effect, __trace?: string): (a: Effect) => Effect>; //# sourceMappingURL=zipPar.d.ts.map