import { Sink } from "@effect/core/stream/Sink/definition/base"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Feeds inputs to this sink until it yields a result, then switches over to * the provided sink until it yields a result, finally combining the two * results with `f`. * @tsplus static effect/core/stream/Sink.Aspects zipWithPar * @tsplus pipeable effect/core/stream/Sink zipWithPar * @tsplus location "@effect/core/stream/Sink/operations/zipWithPar" */ export declare function zipWithPar(that: Sink, f: (z: Z, z1: Z1) => Z2): (self: import("../definition").Sink) => import("../definition").Sink; //# sourceMappingURL=zipWithPar.d.ts.map