import { Gen } from "@effect/core/testing/Gen/definition"; /** * @tsplus static effect/core/testing/Gen.Ops stringN * @tsplus static effect/core/testing/Gen.Aspects stringN * @tsplus pipeable effect/core/testing/Gen stringN * @tsplus location "@effect/core/testing/Gen/operations/stringN" */ export declare function stringN(n: number): (char: import("../definition").Gen) => import("../definition").Gen; //# sourceMappingURL=stringN.d.ts.map