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