import { Gen } from "@effect/core/testing/Gen/definition"; import { Sized } from "@effect/core/testing/Sized"; /** * Sets the size parameter for this generator to the specified value. * @tsplus static effect/core/testing/Gen.Aspects resize * @tsplus pipeable effect/core/testing/Gen resize * @tsplus location "@effect/core/testing/Gen/operations/resize" */ export declare function resize(size: number): (self: import("../definition").Gen) => import("../definition").Gen; //# sourceMappingURL=resize.d.ts.map