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