import { Gen } from "@effect/core/testing/Gen/definition"; import { Sized } from "@effect/core/testing/Sized"; /** * A generator of alphanumeric strings. Shrinks towards the empty string. * @tsplus static effect/core/testing/Gen.Ops alphaNumericString * @tsplus location "@effect/core/testing/Gen/operations/alphaNumericString" */ export declare const alphaNumericString: Gen; //# sourceMappingURL=alphaNumericString.d.ts.map