import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Aspects zipPar * @tsplus pipeable effect/core/stream/Channel zipPar * @tsplus location "@effect/core/stream/Channel/operations/zipPar" */ export declare function zipPar(that: Channel): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=zipPar.d.ts.map