import { Gen } from "@effect/core/testing/Gen/definition"; /** * A generator whose size falls within the specified bounds. * @tsplus static effect/core/testing/Gen.Ops bounded * @tsplus location "@effect/core/testing/Gen/operations/bounded" */ export declare function bounded(min: number, max: number, f: (n: number) => Gen): Gen; //# sourceMappingURL=bounded.d.ts.map