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