import { Effect } from "@effect/core/io/Effect/definition"; import { FiberId } from "@effect/core/io/FiberId/definition"; import { Fiber } from "@effect/core/io/Fiber/definition"; /** * Sequentially zips this effect with the specified effect using the * specified combiner function. * @tsplus static effect/core/io/Effect.Aspects zipWithPar * @tsplus pipeable effect/core/io/Effect zipWithPar * @tsplus location "@effect/core/io/Effect/operations/zipWithPar" */ export declare function zipWithPar(that: Effect, f: (a: A, b: A2) => B): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=zipWithPar.d.ts.map