import * as O from "../Option/index.js"; import type { Effect } from "./effect.js"; /** * Extracts the optional value, or returns the given 'orElse'. */ export declare function someOrElse(orElse: () => B, __trace?: string): (self: Effect>) => Effect; /** * Extracts the optional value, or returns the given 'orElse'. */ export declare function someOrElse_(self: Effect>, orElse: () => B, __trace?: string): Effect; //# sourceMappingURL=someOrElse.d.ts.map