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