import { Effect } from "@effect/core/io/Effect/definition"; /** * Sequentially zips this effect with the specified effect using the specified * combiner function. Combines the causes in case both effect fail. * @tsplus static effect/core/io/Effect.Aspects validateWith * @tsplus pipeable effect/core/io/Effect validateWith * @tsplus location "@effect/core/io/Effect/operations/validateWith" */ export declare function validateWith(that: Effect, f: (a: A, b: B) => C): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=validateWith.d.ts.map