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 static effect/core/testing/Sample.Aspects zipFlatten * @tsplus pipeable effect/core/testing/Sample zipFlatten * @tsplus location "@effect/core/testing/Sample/operations/zipFlatten" */ export declare function zipFlatten(that: Sample): (self: import("../definition").Sample) => import("../definition").Sample; //# sourceMappingURL=zipFlatten.d.ts.map