import { Eval } from "@tsplus/stdlib/io/Eval/definition"; /** * Combines this computation with the specified computation, returning the * value of that computation. * @tsplus pipeable-operator Eval > * @tsplus static Eval.Aspects zipRight * @tsplus pipeable Eval zipRight * @tsplus location "@tsplus/stdlib/io/Eval/zipRight" */ export declare function zipRight(that: Eval): (self: import("./definition").Eval) => Eval; //# sourceMappingURL=zipRight.d.ts.map