import * as O from "../../../../Option/index.js"; import * as Chunk from "../core.js"; /** * Returns a filtered, mapped subset of the elements of this chunk. */ export declare function collect_(self: Chunk.Chunk, f: (a: A) => O.Option): Chunk.Chunk; /** * Returns a filtered, mapped subset of the elements of this chunk. * * @ets_data_first collect_ */ export declare function collect(f: (a: A) => O.Option): (self: Chunk.Chunk) => Chunk.Chunk; //# sourceMappingURL=collect.d.ts.map