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