import * as O from "../Option/index.js"; import type { Effect } from "./effect.js"; /** * Maps the error value of this effect to an optional value. */ export declare function asSomeError(self: Effect, __trace?: string): Effect, A>; //# sourceMappingURL=asSomeError.d.ts.map