import { Gen } from "@effect/core/testing/Gen/definition"; import { Sized } from "@effect/core/testing/Sized"; /** * @tsplus static effect/core/testing/Gen.Ops string1 * @tsplus getter effect/core/testing/Gen string1 * @tsplus location "@effect/core/testing/Gen/operations/string1" */ export declare function string1(char: Gen): Gen; //# sourceMappingURL=string1.d.ts.map