import * as O from "../../../../Option/index.js"; import type * as C from "../core.js"; /** * Extracts the optional value, or returns the given 'default'. */ export declare function someOrElse_(self: C.Stream>, default_: A): C.Stream; /** * Extracts the optional value, or returns the given 'default'. * * @ets_data_first someOrElse_ */ export declare function someOrElse(default_: A): (self: C.Stream>) => C.Stream; //# sourceMappingURL=someOrElse.d.ts.map