import * as O from "../Option/index.js"; import type { Effect } from "./effect.js"; /** * Extracts the optional value, or fails with the given error 'e'. * * @ets_data_first someOrFail_ */ export declare function someOrFail(orFail: () => E2, __trace?: string): (self: Effect>) => Effect; /** * Extracts the optional value, or fails with the given error 'e'. */ export declare function someOrFail_(self: Effect>, orFail: () => E2, __trace?: string): Effect; //# sourceMappingURL=someOrFail.d.ts.map