import type { Effect } from "../../../../Effect/effect.js"; import * as O from "../../../../Option/index.js"; import * as Chunk from "../core.js"; /** * Returns a filtered, mapped subset of the elements of this chunk based on a . */ export declare function collectEffect_(self: Chunk.Chunk, f: (a: A) => O.Option>): Effect>; /** * Returns a filtered, mapped subset of the elements of this chunk based on a . * * @ets_data_first collectEffect_ */ export declare function collectEffect(f: (a: A) => O.Option>): (self: Chunk.Chunk) => Effect>; //# sourceMappingURL=collectEffect.d.ts.map