import { Effect } from "@effect/core/io/Effect/definition"; /** * Zips this effect and that effect in parallel. * @tsplus static effect/core/io/Effect.Aspects zipPar * @tsplus pipeable effect/core/io/Effect zipPar * @tsplus pipeable-operator effect/core/io/Effect & * @tsplus location "@effect/core/io/Effect/operations/zipPar" */ export declare function zipPar(that: Effect): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=zipPar.d.ts.map