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