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