import type * as T from "../../../../Effect/index.js"; import * as O from "../../../../Option/index.js"; import type * as C from "../core.js"; /** * Returns the resulting stream when the given `PartialFunction` is defined for the given effectful value, otherwise returns an empty stream. */ export declare function whenCaseEffect_(a: T.Effect, pf: (a: A) => O.Option>): C.Stream; /** * Returns the resulting stream when the given `PartialFunction` is defined for the given effectful value, otherwise returns an empty stream. * * @ets_data_first whenCaseEffect_ */ export declare function whenCaseEffect(pf: (a: A) => O.Option>): (a: T.Effect) => C.Stream; //# sourceMappingURL=whenCaseEffect.d.ts.map