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