import * as O from "../../../../Option/index.js"; import type * as C from "../core.js"; /** * Extracts the optional value, or fails with the given error 'e'. */ export declare function someOrFail_(self: C.Stream>, e: () => E1): C.Stream; /** * Extracts the optional value, or fails with the given error 'e'. * * @ets_data_first someOrFail_ */ export declare function someOrFail(e: () => E1): (self: C.Stream>) => C.Stream; //# sourceMappingURL=someOrFail.d.ts.map