import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * Runs both sinks in parallel on the input and combines the results in a * tuple. * @tsplus static effect/core/stream/Sink.Aspects zipPar * @tsplus pipeable effect/core/stream/Sink zipPar * @tsplus location "@effect/core/stream/Sink/operations/zipPar" */ export declare function zipPar(that: Sink): (self: import("../definition").Sink) => import("../definition").Sink; //# sourceMappingURL=zipPar.d.ts.map