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