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