import type * as C from "../core.js"; export declare function zipParLeft_(self: C.Channel, that: C.Channel): C.Channel; /** * @ets_data_first zipParLeft_ */ export declare function zipParLeft(that: C.Channel): (self: C.Channel) => C.Channel; //# sourceMappingURL=zipParLeft.d.ts.map