import * as T from "../../../../Effect/index.js"; import * as C from "../core.js"; /** * Finds the first element emitted by this stream that satisfies the provided effectful predicate. */ export declare function findEffect_(self: C.Stream, f: (a: A) => T.Effect): C.Stream; /** * Finds the first element emitted by this stream that satisfies the provided effectful predicate. * @ets_data_first findEffect_ */ export declare function findEffect(f: (a: A) => T.Effect): (self: C.Stream) => C.Stream; //# sourceMappingURL=findEffect.d.ts.map