import type * 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 value, otherwise returns an empty stream. */ export declare function whenCase_(a: () => A, pf: (a: A) => O.Option>): C.Stream; /** * Returns the resulting stream when the given `PartialFunction` is defined for the given value, otherwise returns an empty stream. * * @ets_data_first whenCase_ */ export declare function whenCase(pf: (a: A) => O.Option>): (a: () => A) => C.Stream; //# sourceMappingURL=whenCase.d.ts.map