import { Eval } from "@tsplus/stdlib/io/Eval/definition"; /** * Combines this computation with the specified computation combining the * results of both using the specified function. * @tsplus static Eval.Aspects zipWith * @tsplus pipeable Eval zipWith * @tsplus location "@tsplus/stdlib/io/Eval/zipWith" */ export declare function zipWith(that: Eval, f: (a: A, b: B) => C): (self: Eval) => Eval; //# sourceMappingURL=zipWith.d.ts.map