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 collectWithIndex_(self: Chunk.Chunk, f: (index: number, a: A) => O.Option): Chunk.Chunk; /** * Returns a filtered, mapped subset of the elements of this chunk. * * @ets_data_first collectWithIndex_ */ export declare function collectWithIndex(f: (index: number, a: A) => O.Option): (self: Chunk.Chunk) => Chunk.Chunk; //# sourceMappingURL=collectWithIndex.d.ts.map