import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Performs a filter and map in a single step. * @tsplus static effect/core/stream/Stream.Aspects collect * @tsplus pipeable effect/core/stream/Stream collect * @tsplus location "@effect/core/stream/Stream/operations/collect" */ export declare function collect(pf: (a: A) => Maybe): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=collect.d.ts.map