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