import { Gen } from "@effect/core/testing/Gen/definition"; /** * @tsplus static effect/core/testing/Gen.Aspects flatMap * @tsplus pipeable effect/core/testing/Gen flatMap * @tsplus location "@effect/core/testing/Gen/operations/flatMap" */ export declare function flatMap(f: (a: A) => Gen): (self: import("../definition").Gen) => import("../definition").Gen; //# sourceMappingURL=flatMap.d.ts.map