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 this channel. * @tsplus pipeable-operator effect/core/stream/Channel < * @tsplus static effect/core/stream/Channel.Aspects zipLeft * @tsplus pipeable effect/core/stream/Channel zipLeft * @tsplus location "@effect/core/stream/Channel/operations/zipLeft" */ export declare function zipLeft(that: Channel): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=zipLeft.d.ts.map