import { NoSuchElementException } from "../GlobalExceptions/index.js"; import type * as O from "../Option/index.js"; import type { Effect } from "./effect.js"; /** * Extracts the optional value, or fails with a `NoSuchElementException` */ export declare function someOrFailException(self: Effect>, __trace?: string): Effect; //# sourceMappingURL=someOrFailException.d.ts.map