import * as T from "../../../../Effect/index.js"; import * as O from "../../../../Option/index.js"; import type * as Chunk from "../core.js"; /** * Returns the first element that satisfies the effectful predicate. */ export declare function findEffect_(self: Chunk.Chunk, f: (a: A) => T.Effect): T.Effect>; /** * Returns the first element that satisfies the effectful predicate. * * @ets_data_first findEffect_ */ export declare function findEffect(f: (a: A) => T.Effect): (self: Chunk.Chunk) => T.Effect>; //# sourceMappingURL=findEffect.d.ts.map