import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Returns a new channel that is the sequential composition of this channel * and the specified channel. The returned channel terminates with the * terminal value of that channel. * @tsplus pipeable-operator effect/core/stream/Channel > * @tsplus static effect/core/stream/Channel.Aspects zipRight * @tsplus pipeable effect/core/stream/Channel zipRight * @tsplus location "@effect/core/stream/Channel/operations/zipRight" */ export declare function zipRight(that: Channel): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=zipRight.d.ts.map