import * as E from "@effect-ts/system/Either"; import type { Associative } from "../../Associative/index.js"; /** * Zip combining errors in case of multiple failures */ export declare function zipValidation(A: Associative): (fb: E.Either) => (fa: E.Either) => E.Either; //# sourceMappingURL=zipValidation.d.ts.map