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