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