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