import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { Gen } from "@effect/core/testing/Gen/definition"; /** * Maps the values produced by this generator with the specified partial * function, discarding any values the partial function is not defined at. * @tsplus static effect/core/testing/Gen.Aspects collect * @tsplus pipeable effect/core/testing/Gen collect * @tsplus location "@effect/core/testing/Gen/operations/collect" */ export declare function collect(pf: (a: A) => Maybe): (self: import("../definition").Gen) => import("../definition").Gen; //# sourceMappingURL=collect.d.ts.map