import { Sample } from "@effect/core/testing/Sample/definition"; /** * Composes this sample with the specified sample to create a cartesian product * of values and shrinkings with the specified function. * @tsplus static effect/core/testing/Sample.Aspects zipWith * @tsplus pipeable effect/core/testing/Sample zipWith * @tsplus location "@effect/core/testing/Sample/operations/zipWith" */ export declare function zipWith(that: Sample, f: (a: A, b: B) => C): (self: import("../definition").Sample) => import("../definition").Sample; //# sourceMappingURL=zipWith.d.ts.map