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